]> git.mxchange.org Git - flightgear.git/blobdiff - tests/est-epsilon.c
Silently ignore platforms that are not specified within the <number></number> section
[flightgear.git] / tests / est-epsilon.c
index ea4fa3572f13aa323fec3dd8d2f6251e0ba8666d..3b0efaf806d07afda1cd63423a68392e15a1a5fd 100644 (file)
@@ -1,5 +1,17 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#ifdef HAVE_WINDOWS_H
+#  include <windows.h>
+#endif
+
 #include <stdio.h>
-#include <GL/glut.h>
+
+#include <simgear/compiler.h>
+
+#include SG_GLUT_H
+
 
 int main() {
     GLfloat a, t;