From d968a24b6ec3780abcc3d0d7d3a03f60f94df570 Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Wed, 25 Nov 1998 22:12:45 +0000 Subject: [PATCH] Include config.h. --- src/system.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/system.h b/src/system.h index 32ab2b97..a52a34a5 100644 --- a/src/system.h +++ b/src/system.h @@ -1,3 +1,10 @@ +#ifndef BISON_SYSTEM_H +#define BISON_SYSTEM_H + +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef MSDOS #include #endif @@ -50,3 +57,5 @@ /* In the meantime, waiting for Automake. */ #define PACKAGE "bison" #define LOCALEDIR "/usr/local/share/locale" + +#endif /* BISON_SYSTEM_H */ -- 2.47.2