Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Whitespace cleanup.
[simgrid.git] / src / xbt / automaton / parserPromela.lex
index 2be47f27c00b2ba1c5d3735c97a5f91e6dcb03b5..0d4804b612295a77b54a07b77fa796e3c8f07918 100644 (file)
@@ -8,6 +8,10 @@
 
 %{
 
+#include "simgrid_config.h"
+#if !HAVE_UNISTD_H
+#define YY_NO_UNISTD_H /* hello Windows */
+#endif
 
 #include <stdio.h>
 #include "parserPromela.tab.hacc"