Restored somehow lost AMD Family 11h support.
[libfirm] / ir / libcore / lc_config_lexer.l
index fdf998f..d0ed399 100644 (file)
 #endif
 
 #include <stdio.h>
-#include <unistd.h>  /* flex generated code wants a declaration of isatty... */
+/* flex generated code wants a declaration of isatty... */
+#ifdef _WIN32
+#include <io.h>
+#else
+#include <unistd.h>
 
 #include "lc_parser_t.h"
 #include "lc_config_parser.h"