diff options
Diffstat (limited to 'gcc/fwprop.c')
-rw-r--r-- | gcc/fwprop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fwprop.c b/gcc/fwprop.c index c96a0a3..a6f52cd 100644 --- a/gcc/fwprop.c +++ b/gcc/fwprop.c @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "diagnostic-core.h" #include "toplev.h" #include "timevar.h" |