diff options
author | Sven Gothel <[email protected]> | 2011-08-05 09:52:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 09:52:06 +0200 |
commit | c43a0f3afdcd3c90aea1f9b233e113ab2bd83f8a (patch) | |
tree | aea244ab2b14e0b728b60622286906cefa7d508f /make/config/jogl/gl-headers.cfg | |
parent | 159eea0080281eae5b4f97368ee1549397892fb8 (diff) |
Add missing incl of gluegen's stdint (win32 failed)
Diffstat (limited to 'make/config/jogl/gl-headers.cfg')
-rw-r--r-- | make/config/jogl/gl-headers.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/gl-headers.cfg b/make/config/jogl/gl-headers.cfg index d94e217de..b80630c63 100644 --- a/make/config/jogl/gl-headers.cfg +++ b/make/config/jogl/gl-headers.cfg @@ -1,3 +1,4 @@ +CustomCCode #include <gluegen_stdint.h> CustomCCode #include <stdio.h> /* android */ CustomCCode /* Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in CustomCCode "glext.h" are parsed. */ |