diff options
Diffstat (limited to 'binutils/syslex_wrap.c')
-rw-r--r-- | binutils/syslex_wrap.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/syslex_wrap.c b/binutils/syslex_wrap.c new file mode 100644 index 0000000..e10b5fd --- /dev/null +++ b/binutils/syslex_wrap.c @@ -0,0 +1,8 @@ +/* Wrapper source to ensure that config.h is the first header file seen by + the compiler. */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include "syslex.c" |