From a23fdabda8e0b4932f5c4019c2610f6dbf5e944f Mon Sep 17 00:00:00 2001 From: gewlitys Date: Mon, 2 Dec 2002 00:25:30 +0000 Subject: [PATCH] Fix for MacOS X port git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@287 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/opengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */