xref: /netbsd-src/external/gpl3/binutils.old/dist/binutils/syslex_wrap.c (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1 /* Wrapper source to ensure that config.h is the first header file seen by
2    the compiler.  */
3 
4 #ifdef HAVE_CONFIG_H
5 #include <config.h>
6 #endif
7 
8 #include "syslex.c"
9