diff options
Diffstat (limited to 'gcc/hwint.c')
-rw-r--r-- | gcc/hwint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hwint.c b/gcc/hwint.c index 2d1b248..120ebfe 100644 --- a/gcc/hwint.c +++ b/gcc/hwint.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" -#include "diagnostic-core.h" +#include "coretypes.h" #if GCC_VERSION < 3004 |