aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-22 16:52:51 +0200
committerSven Gothel <[email protected]>2011-10-22 16:52:51 +0200
commit610473bd1ad7598db42d40d0d861467bdb1304b6 (patch)
treea26cba83046389321fcd5986a5c1c5fe78645475 /make/config/jogl
parent285c5ed3b72b2e0877a0be7a7701649dc5344168 (diff)
Proper self containing NV Cg location
Diffstat (limited to 'make/config/jogl')
-rw-r--r--make/config/jogl/cg-common.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/cg-common.cfg b/make/config/jogl/cg-common.cfg
index 606f86b9d..f21ece3fd 100644
--- a/make/config/jogl/cg-common.cfg
+++ b/make/config/jogl/cg-common.cfg
@@ -119,6 +119,7 @@ RuntimeExceptionType CgException
# generated C code
#
+CustomCCode #include <gluegen_stdint.h>
CustomCCode #include <stdio.h> /* android */
CustomCCode #include <stdlib.h>
CustomCCode #include <Cg/cgGL.h>