diff --git a/sc2/src/sc2code/libs/graphics/sdl/opengl.h b/sc2/src/sc2code/libs/graphics/sdl/opengl.h index 012f2fd09..9678c06da 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/opengl.h +++ b/sc2/src/sc2code/libs/graphics/sdl/opengl.h @@ -70,7 +70,7 @@ typedef unsigned short wchar_t; #else /* !defined(WIN32) */ -#include "GL/glu.h" +#include #endif /* WIN32 */ #endif /* HAVE_OPENGL */