]> git.mxchange.org Git - flightgear.git/commitdiff
MacOS X fix.
authorehofman <ehofman>
Sat, 20 Nov 2004 12:47:42 +0000 (12:47 +0000)
committerehofman <ehofman>
Sat, 20 Nov 2004 12:47:42 +0000 (12:47 +0000)
src/Cockpit/hud_rwy.cxx

index 0b03774911aca71d052530e9e9dd023111ce2559..a339bf5108b038586a45b88c9f56efec3a19c420 100644 (file)
@@ -20,6 +20,8 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 
+#include <simgear/compiler.h>
+
 #include "hud.hxx"
 
 #include <math.h>
@@ -31,7 +33,7 @@
 #include <Environment/environment_mgr.hxx>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/polar3d.hxx>
-#include <GL/glu.h>
+#include SG_GLU_H
 #include <ATC/ATCutils.hxx>
 
 runway_instr::runway_instr(int x,