diff options
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r-- | gcc/cpperror.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index e03deb4..44bd75d 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -24,10 +24,12 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef EMACS #include "config.h" +#include "system.h" +#else +#include <stdio.h> #endif /* not EMACS */ #include "cpplib.h" -#include <stdio.h> /* Print the file names and line numbers of the #include commands which led to the current file. */ |