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 */