xref: /netbsd-src/external/gpl3/binutils/dist/ld/ldlex-wrapper.c (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 /* The flex output (ldlex.c) includes stdio.h before any of the C code
2    in ldlex.l.  Make sure we include sysdep.h first, so that config.h
3    can select the correct value of things like _FILE_OFFSET_BITS and
4    _LARGE_FILES.  */
5 #include "sysdep.h"
6 #include "ldlex.c"
7