include evas_gl_common.h
authorChris Michael <devilhorns@comcast.net>
Sat, 18 May 2013 14:53:55 +0000 (15:53 +0100)
committerChris Michael <devilhorns@comcast.net>
Sat, 18 May 2013 14:56:13 +0000 (15:56 +0100)
(Bad antognolli, No cookie !!)

NB: Fixes build break !!! If we are going to use defines from glext.h,
let's be sure to have the necessary header included Yes ?? ;)

Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/modules/evas/engines/gl_common/evas_gl_texture.c

index 33cd8d5..db6b085 100644 (file)
@@ -1,4 +1,5 @@
 #include "evas_gl_private.h"
+#include "evas_gl_common.h"
 
 static const GLenum rgba_fmt   = GL_RGBA;
 static const GLenum rgba_ifmt  = GL_RGBA;