From: Michael Bushnell Date: Wed, 14 Sep 1994 14:19:02 +0000 (+0000) Subject: Include in case `errno' is a macro defined there. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0212779cc8fb3928a10210ab2ebf9511a485c1a9;p=gcc.git Include in case `errno' is a macro defined there. From-SVN: r8082 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index 52e38ff9231..a1b5bb87bdc 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -35,6 +35,7 @@ compilation is specified by a string called a "spec". */ #include #include #include /* May get R_OK, etc. on some systems. */ +#include #include "config.h" #include "obstack.h"