diff options
author | Gerard Ziemski <[email protected]> | 2004-12-27 21:56:54 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2004-12-27 21:56:54 +0000 |
commit | 1c36f404128ad439dbb4757e9fdbc3fa956619ff (patch) | |
tree | 1e80deae27de87cbfe16c0dbfda1e0e488163c26 /make/glu-impl-macosx.cfg | |
parent | 167641d406619ba710e2d50005b6886d2874a251 (diff) |
make sure we include header defining intptr_t, so that we build on Mac OS X
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@185 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-impl-macosx.cfg')
-rw-r--r-- | make/glu-impl-macosx.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/glu-impl-macosx.cfg b/make/glu-impl-macosx.cfg index 6dac11f54..dbbf31412 100644 --- a/make/glu-impl-macosx.cfg +++ b/make/glu-impl-macosx.cfg @@ -5,3 +5,5 @@ Include glu-impl-common.cfg CustomCCode #include <inttypes.h> CustomCCode #include <jni.h> + +CustomCCode #include </usr/include/ppc/types.h>
\ No newline at end of file |