]> git.mxchange.org Git - flightgear.git/blobdiff - tests/est-epsilon.c
Jim Wilson:
[flightgear.git] / tests / est-epsilon.c
index ea4fa3572f13aa323fec3dd8d2f6251e0ba8666d..d51fa204cf0278238e50dcdd52550d422c34d3d0 100644 (file)
@@ -1,5 +1,15 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include <stdio.h>
-#include <GL/glut.h>
+
+#include FG_GLUT_H
+
 
 int main() {
     GLfloat a, t;