From 7450f75bbf677cbdf8dd54376cdccd4d00426014 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 14 Jun 2004 11:14:16 +0000 Subject: [PATCH] Thank you Apple for renaming standard header files. I really appreciate it, a lot. --- stepmania/src/RageDisplay_OGL.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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"