Fix GL/gl.h include for cross-compiling from linux.

svn path=/trunk/; revision=10683
This commit is contained in:
Gregor Anich 2004-08-26 01:52:06 +00:00
parent 93b57832ce
commit 94d6abb6d2

View file

@ -50,7 +50,7 @@ extern "C" {
#endif
#include "gl\gl.h"
#include "GL/gl.h"
#if defined(_MSV_VER) && !defined(__GNUC__)
# pragma warning (disable:4273)