Include compile-internal.h in gcc-c-plugin.h
authorTom Tromey <tom@tromey.com>
Mon, 21 Jan 2019 20:42:36 +0000 (13:42 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 23 Jan 2019 03:35:19 +0000 (20:35 -0700)
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.

gdb/ChangeLog
gdb/compile/gcc-c-plugin.h

index c28d2dadc4781c1910a962ea4bcb968cf19f7f9e..d557d43137b9d574755b9ced285b88ca41580632 100644 (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.
index 882bb044acb1931adafc4fee2988ea7efd17a852..9ec78e2725c5bd037d52909772537e500139db24 100644 (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