summaryrefslogtreecommitdiffstats
path: root/make/gl-impl-macosx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-impl-macosx.cfg')
-rw-r--r--make/gl-impl-macosx.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/gl-impl-macosx.cfg b/make/gl-impl-macosx.cfg
index 9edf96731..10b77dbfa 100644
--- a/make/gl-impl-macosx.cfg
+++ b/make/gl-impl-macosx.cfg
@@ -22,6 +22,8 @@ CustomCCode #define GL_GLEXT_PROTOTYPES
CustomCCode /* Include the OpenGL headers */
CustomCCode #include <GL/gl.h>
+CustomCCode #include </usr/include/ppc/types.h>
+
CustomCCode /* Provide Windows typedefs */
CustomCCode typedef void* LPVOID;
CustomCCode typedef unsigned int* PUINT;