From 85bf1620a599d4548a1eef4b5905e86bf01919a7 Mon Sep 17 00:00:00 2001 From: cas Date: Tue, 7 Aug 2001 18:30:35 +0000 Subject: [PATCH] No comments --- src/EDL/EDL.lex | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/EDL/EDL.lex b/src/EDL/EDL.lex index 9a94aba..84c2062 100755 --- a/src/EDL/EDL.lex +++ b/src/EDL/EDL.lex @@ -1,5 +1,9 @@ %{ +#ifdef HAVE_CONFIG_H +# include +#endif + #if STDC_HEADERS # include #else @@ -16,9 +20,13 @@ #include #ifdef WNT # include -#else -# include #endif /* WNT */ + +#ifdef HAVE_UNISTD_H +# include +#endif + + #define yylval EDLlval #include #include -- 2.39.5