diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 002c0e3..f501cb9 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -56,6 +56,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "expr.h" #include "output.h" +#include "diagnostic-core.h" #include "toplev.h" #include "function.h" #include "target.h" |