evolving the basic gfx abstractions
[nexus3d] / src / gl / opengl.h
index 4723efc..86ccdb3 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef NEXUS3D_OPENGL_H_
 #define NEXUS3D_OPENGL_H_
 
-#include <GL/gl.h>
+#include <GL/glew.h>
 
 int init_gl(void);