aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Bushnell <mib@gnu.org>1994-09-14 14:19:02 +0000
committerMichael Bushnell <mib@gnu.org>1994-09-14 14:19:02 +0000
commit0212779cc8fb3928a10210ab2ebf9511a485c1a9 (patch)
treee6d167f63a279bb3ff3331d58f82e9742a73ec70 /gcc
parent44c5421f37c02e183c3c8f282fdcfca119e667a1 (diff)
downloadgcc-0212779cc8fb3928a10210ab2ebf9511a485c1a9.zip
gcc-0212779cc8fb3928a10210ab2ebf9511a485c1a9.tar.gz
gcc-0212779cc8fb3928a10210ab2ebf9511a485c1a9.tar.bz2
Include <sys/errno.h> in case `errno' is a macro defined there.
From-SVN: r8082
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 52e38ff..a1b5bb8 100644
--- 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"