diff options
Diffstat (limited to 'make/glu-impl-macosx.cfg')
-rw-r--r-- | make/glu-impl-macosx.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/glu-impl-macosx.cfg b/make/glu-impl-macosx.cfg index 6dac11f54..21e9b3700 100644 --- a/make/glu-impl-macosx.cfg +++ b/make/glu-impl-macosx.cfg @@ -1,7 +1,9 @@ # This .cfg file is used to generate the GLU implementation on # Mac OS X. -Include glu-impl-common.cfg - CustomCCode #include <inttypes.h> CustomCCode #include <jni.h> + +CustomCCode #include </usr/include/machine/types.h> + +Include glu-impl-common.cfg |