From 5a75be89ecd64ac069874abb27678c48ac5e3742 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 21 Feb 2005 03:18:08 +0000 Subject: [PATCH] fix gcc warnings, maybe other problems --- stepmania/src/RageDisplay_OGL_Extensions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageDisplay_OGL_Extensions.cpp b/stepmania/src/RageDisplay_OGL_Extensions.cpp index edabb21e17..6430ec8470 100644 --- a/stepmania/src/RageDisplay_OGL_Extensions.cpp +++ b/stepmania/src/RageDisplay_OGL_Extensions.cpp @@ -1,5 +1,7 @@ #include "global.h" +#define __glext_h_ + #if defined(WIN32) #include #endif