]> git.mxchange.org Git - flightgear.git/blobdiff - tests/est-epsilon.c
Fix another crash in the autobrake code, with 'aircraft' (eg, ATC) with no weight...
[flightgear.git] / tests / est-epsilon.c
index 3b0efaf806d07afda1cd63423a68392e15a1a5fd..5ff0a8aca8a763065d14032b7d4476100c58678d 100644 (file)
@@ -9,9 +9,11 @@
 #include <stdio.h>
 
 #include <simgear/compiler.h>
-
-#include SG_GLUT_H
-
+#if defined( __APPLE__)
+# include <OpenGL/OpenGL.h>
+#else
+# include <GL/gl.h>
+#endif
 
 int main() {
     GLfloat a, t;