]> git.mxchange.org Git - flightgear.git/blobdiff - XGL/xgl.c
Converting to Gnu autoconf system.
[flightgear.git] / XGL / xgl.c
index 0763f39fe84e9f769f7f910f0fc9f2a97a1d8240..d4b47bf4aec70e21e8180d0106e1aae46596286f 100644 (file)
--- a/XGL/xgl.c
+++ b/XGL/xgl.c
@@ -1,9 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#ifdef WIN32
-#  include <windows.h>
-#else
+#ifdef HAVE_UNISTD_H
 #  include <unistd.h>
 #endif