mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
7 lines
270 B
C
7 lines
270 B
C
/* The flex output (ldlex.c) includes stdio.h before any of the C code
|
|
in ldlex.l. Make sure we include sysdep.h first, so that config.h
|
|
can select the correct value of things like _FILE_OFFSET_BITS and
|
|
_LARGE_FILES. */
|
|
#include "sysdep.h"
|
|
#include "ldlex.c"
|