DEADSOFTWARE

Fix build
[nanogl.git] / nanogl.cpp
index c8454b079163a82e5796de264ea3f41f5bdd6314..53b6384848c5c47f115266f46baaf3fcb299e9f8 100644 (file)
@@ -87,6 +87,10 @@ void APIENTRY gl_unimplemented(GLenum none) {
 #endif
 }
 
+#ifdef XASH_SDL
+#include "SDL.h"
+#endif
+
 void *nanoGL_GetProcAddress(const char *name)
 {
        void *addr = NULL;