MacOS X fix(?)

This commit is contained in:
ehofman 2005-02-11 15:07:22 +00:00
parent 72f35dc914
commit c1ffafd663

View File

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