]> 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 d51fa204cf0278238e50dcdd52550d422c34d3d0..5ff0a8aca8a763065d14032b7d4476100c58678d 100644 (file)
@@ -8,8 +8,12 @@
 
 #include <stdio.h>
 
-#include FG_GLUT_H
-
+#include <simgear/compiler.h>
+#if defined( __APPLE__)
+# include <OpenGL/OpenGL.h>
+#else
+# include <GL/gl.h>
+#endif
 
 int main() {
     GLfloat a, t;