diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 2ed3f1f826..7ddcdfe01b 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -7,8 +7,13 @@ #include #endif -#include -#include +#if !defined(DARWIN) +# include +# include +#else +# include +# include +#endif #undef __glext_h_ #include "glext.h"