gcc-c-plugin.h refers to some types defined in compile-internal.h.
This patch changes the former to include the latter.
gdb/ChangeLog
2019-01-22 Tom Tromey <tom@tromey.com>
* compile/gcc-c-plugin.h: Include compile-internal.h.
+2019-01-22 Tom Tromey <tom@tromey.com>
+
+ * compile/gcc-c-plugin.h: Include compile-internal.h.
+
2019-01-22 Tom Tromey <tom@tromey.com>
* stabsread.c (EXTERN): Do not define.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include "compile-internal.h"
+
/* A class representing the C plug-in. */
class gcc_c_plugin