diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-13 04:24:45 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-13 04:24:45 +0000 |
commit | 0d64891c95c74a4a976a074a9ca8c78c9908d731 (patch) | |
tree | b74150a06135dceceac6d692a195fad0e71a95c7 /gcc/genemit.c | |
parent | ae54cf6ddc97e6b746d9725b1ee3c18c4df82b2d (diff) | |
download | gcc-0d64891c95c74a4a976a074a9ca8c78c9908d731.tar.gz |
Include hconfig.h, not config.h.
From-SVN: r2419
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 7e2d401e973..4bdd2d5431c 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" |