diff options
Diffstat (limited to 'gcc/main.c')
-rw-r--r-- | gcc/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,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" int main (int argc, char **argv); |