summaryrefslogtreecommitdiff
path: root/binutils/syslex_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/syslex_wrap.c')
-rw-r--r--binutils/syslex_wrap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/syslex_wrap.c b/binutils/syslex_wrap.c
new file mode 100644
index 0000000000..e10b5fda9a
--- /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"