]> git.tdb.fi Git - libs/gl.git/commitdiff
Include the local gl.h in types.h to make it work on win32
authorMikko Rasa <tdb@tdb.fi>
Wed, 6 Feb 2008 10:43:42 +0000 (10:43 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 6 Feb 2008 10:43:42 +0000 (10:43 +0000)
source/types.h

index 0ae9e77e83ad4e299d8dbe4051aedb365a7a29ed..eb07c72640f23b4249e177d77767b669ce33f428 100644 (file)
@@ -8,7 +8,7 @@ Distributed under the LGPL
 #ifndef MSP_GL_TYPES_H_
 #define MSP_GL_TYPES_H_
 
-#include <GL/gl.h>
+#include "gl.h"
 
 namespace Msp {
 namespace GL {