summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/glapi_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/glapi/glapi_priv.h')
-rw-r--r--src/mapi/glapi/glapi_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi_priv.h b/src/mapi/glapi/glapi_priv.h
index 89f81c723e..3ab553a2b8 100644
--- a/src/mapi/glapi/glapi_priv.h
+++ b/src/mapi/glapi/glapi_priv.h
@@ -38,7 +38,7 @@
#include "GL/gl.h"
#include "GL/glext.h"
-#ifndef GL_FIXED
+#ifndef GL_OES_fixed_point
typedef int GLfixed;
typedef int GLclampx;
#endif