]> git.mxchange.org Git - simgear.git/commitdiff
Added an "#include <config.h>" and "#include <windows.h>"
authorcurt <curt>
Mon, 11 May 1998 18:04:06 +0000 (18:04 +0000)
committercurt <curt>
Mon, 11 May 1998 18:04:06 +0000 (18:04 +0000)
XGL/xgl.c

index d4b47bf4aec70e21e8180d0106e1aae46596286f..653805240e350521569408ddc8b60d5f0e814469 100644 (file)
--- a/XGL/xgl.c
+++ b/XGL/xgl.c
@@ -1,3 +1,14 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
+#include "xgl.h"
+#include <GL/glut.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 
@@ -5,8 +16,6 @@
 #  include <unistd.h>
 #endif
 
-#include "xgl.h"
-#include <GL/glut.h>
 
 #ifdef XGL_TRACE