OSDN Git Service

Include <sys/errno.h> in case `errno' is a macro defined there.
authormib <mib@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Sep 1994 14:19:02 +0000 (14:19 +0000)
committermib <mib@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Sep 1994 14:19:02 +0000 (14:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8082 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gcc.c

index 52e38ff..a1b5bb8 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -35,6 +35,7 @@ compilation is specified by a string called a "spec".  */
 #include <signal.h>
 #include <sys/stat.h>
 #include <sys/file.h>   /* May get R_OK, etc. on some systems.  */
+#include <sys/errno.h>
 
 #include "config.h"
 #include "obstack.h"