diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-05 15:48:49 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-05 15:48:49 -0400 |
commit | a2c18d49f3496b86b4c17152c4b90a1c9434db31 (patch) | |
tree | 448f301e64123889ff19164398a17bb3d35eb98f /gcc/bi-lexer.c | |
parent | db182590070bfa9157b03a4e7076aff270d3cda4 (diff) | |
download | gcc-a2c18d49f3496b86b4c17152c4b90a1c9434db31.zip gcc-a2c18d49f3496b86b4c17152c4b90a1c9434db31.tar.gz gcc-a2c18d49f3496b86b4c17152c4b90a1c9434db31.tar.bz2 |
Include hconfig.h.
From-SVN: r5609
Diffstat (limited to 'gcc/bi-lexer.c')
-rw-r--r-- | gcc/bi-lexer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c index d42b712..640a2ce 100644 --- a/gcc/bi-lexer.c +++ b/gcc/bi-lexer.c @@ -18,6 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> +#include "hconfig.h" #include "bi-parser.h" extern char *malloc (); |