diff --git a/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h b/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h index 39c6dd6255..1fd8b97097 100644 --- a/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h +++ b/legacy/evas/src/modules/engines/gl_common/evas_gl_common.h @@ -23,15 +23,17 @@ #include #ifdef BUILD_ENGINE_GL_GLEW -#include +# include +#else +# define GL_GLEXT_PROTOTYPES #endif /* BUILD_ENGINE_GL_GLEW */ #ifdef BUILD_ENGINE_GL_QUARTZ -#include -#include +# include +# include #else -#include -#include +# include +# include #endif /* BUILD_ENGINE_GL_QUARTZ */ typedef struct _Evas_GL_Context Evas_GL_Context;