]> git.mxchange.org Git - simgear.git/commitdiff
MacOS X fix(?)
authorehofman <ehofman>
Fri, 11 Feb 2005 15:07:22 +0000 (15:07 +0000)
committerehofman <ehofman>
Fri, 11 Feb 2005 15:07:22 +0000 (15:07 +0000)
simgear/screen/RenderTexture.h

index c8377d1161eea01991a7a9800f59121b1e1080f3..9bf4402f046dc8a069a32b33e4228ae19093b52d 100644 (file)
@@ -48,7 +48,7 @@
  */
 #include <simgear/compiler.h>
 
-#ifndef _WIN32
+#if !defined( _WIN32 ) && !defined( __APPLE__ )
 #  include <X11/Xlib.h>
 #endif
 #include SG_GL_H