]> git.mxchange.org Git - flightgear.git/commitdiff
MAcOS X fix.
authorehofman <ehofman>
Thu, 20 Jan 2005 08:42:53 +0000 (08:42 +0000)
committerehofman <ehofman>
Thu, 20 Jan 2005 08:42:53 +0000 (08:42 +0000)
utils/Modeller/normalmap.cxx

index 4e9b84ee35dafea342ad3895e96ee74a22e1ab15..0b1fb361a04040133c83bcfbdf538badfa57ce99 100644 (file)
@@ -7,7 +7,8 @@
 
 #include <string.h>
 #include <stdlib.h>
-#include <GL/gl.h>
+#include <simgear/compiler.h>
+#include GL_H
 #include <simgear/screen/texture.hxx>