]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Tue, 7 Aug 2001 18:30:35 +0000 (18:30 +0000)
committercas <cas@opencascade.com>
Tue, 7 Aug 2001 18:30:35 +0000 (18:30 +0000)
src/EDL/EDL.lex

index 9a94aba558ae12892783f0064d74bc5dedfa483a..84c206297a25ce8b4ea996cc5f1306a81488746c 100755 (executable)
@@ -1,5 +1,9 @@
 
 %{
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #if STDC_HEADERS
 # include <string.h>
 #else
 #include <stdio.h>
 #ifdef WNT
 # include <io.h>
-#else
-# include <unistd.h>
 #endif  /* WNT */
+
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
+
 #define yylval EDLlval
 #include <edl_rule.h>
 #include <EDL.tab.h>