]> git.mxchange.org Git - simgear.git/blobdiff - XGL/xglUtils.c
Added point3d.hxx to replace cheezy fgPoint3d struct.
[simgear.git] / XGL / xglUtils.c
index fe14d63646a0285332f491c2620241a4f033e1de..6980f13559418e1ff81462d7c2be33080b534869 100644 (file)
@@ -1,4 +1,8 @@
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 
@@ -20,6 +24,7 @@
 #endif
 
 int   xglTraceOn = TRUE ;
+
 #ifndef WIN32
     FILE *xglTraceFd = stdout ;
 #else /* WIN32 */