Windows console I/O overhaul
[sbcl.git] / src / runtime / coreparse.c
index d3fa306..fefa834 100644 (file)
@@ -14,6 +14,8 @@
  * files for more information.
  */
 
+#include "sbcl.h"
+
 #ifndef LISP_FEATURE_WIN32
 #ifdef LISP_FEATURE_LINUX
 /* For madvise */
@@ -34,8 +36,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 
-#include "sbcl.h"
-
 #include "os.h"
 #include "runtime.h"
 #include "globals.h"