aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-gl2.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-24 23:43:43 +0200
committerSven Gothel <[email protected]>2013-10-24 23:43:43 +0200
commit970c9823007d1618e67480440ff40e7802dbb90f (patch)
treee29237cb0baa8121193ece29aa9d84a5e03f08f6 /make/config/jogl/glu-gl2.cfg
parent38025a602750161c72a50ad7a25e97fb7a6cb6df (diff)
Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w/ xcode's xcrun) - Remove abs. include path.
#include </usr/include/machine/types.h> -> #include <machine/types.h>
Diffstat (limited to 'make/config/jogl/glu-gl2.cfg')
-rw-r--r--make/config/jogl/glu-gl2.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-gl2.cfg b/make/config/jogl/glu-gl2.cfg
index 491d9224f..a634e3113 100644
--- a/make/config/jogl/glu-gl2.cfg
+++ b/make/config/jogl/glu-gl2.cfg
@@ -18,7 +18,7 @@ CustomCCode #include <stddef.h>
CustomCCode #elif defined(__APPLE__)
CustomCCode #include <inttypes.h>
CustomCCode #include <jni.h>
-CustomCCode #include </usr/include/machine/types.h>
+CustomCCode #include <machine/types.h>
CustomCCode #elif defined(__unix__)
CustomCCode #include <inttypes.h>
CustomCCode #endif