Include compile-internal.h in gcc-c-plugin.h

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.
This commit is contained in:
Tom Tromey 2019-01-21 13:42:36 -07:00
parent 2e8db3703b
commit 951d1049fa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -17,6 +17,8 @@
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