]> git.mxchange.org Git - flightgear.git/blobdiff - tests/est-epsilon.c
A first stab at an aircraft selection dialog
[flightgear.git] / tests / est-epsilon.c
index ea4fa3572f13aa323fec3dd8d2f6251e0ba8666d..e7babeb1cd3607b57ad5f23559bf1b92a2c4b356 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 GLUT_H
+
 
 int main() {
     GLfloat a, t;