From: Richard Kenner Date: Wed, 27 Oct 1993 01:53:53 +0000 (-0400) Subject: Include hconfig.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f77b42c530f1e8bdd59e2992cc02f0b9d97b269;p=gcc.git Include hconfig.h. From-SVN: r5913 --- diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index 8eec3a14132..b89a1598c8d 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -17,6 +17,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include +#include "hconfig.h" #include "scan.h" #define HASH_SIZE 2503 /* a prime */ diff --git a/gcc/scan.c b/gcc/scan.c index a27880780ee..880de2a28b1 100644 --- a/gcc/scan.c +++ b/gcc/scan.c @@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "scan.h" +#include "hconfig.h" #include int lineno = 1;