aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/wgl-win32.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-05 09:52:06 +0200
committerSven Gothel <[email protected]>2011-08-05 09:52:06 +0200
commitc43a0f3afdcd3c90aea1f9b233e113ab2bd83f8a (patch)
treeaea244ab2b14e0b728b60622286906cefa7d508f /make/config/jogl/wgl-win32.cfg
parent159eea0080281eae5b4f97368ee1549397892fb8 (diff)
Add missing incl of gluegen's stdint (win32 failed)
Diffstat (limited to 'make/config/jogl/wgl-win32.cfg')
-rw-r--r--make/config/jogl/wgl-win32.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/wgl-win32.cfg b/make/config/jogl/wgl-win32.cfg
index 3fd6ad928..c7adffa7b 100644
--- a/make/config/jogl/wgl-win32.cfg
+++ b/make/config/jogl/wgl-win32.cfg
@@ -34,6 +34,7 @@ CustomCCode #define WIN32_LEAN_AND_MEAN
CustomCCode #include <windows.h>
CustomCCode #undef WIN32_LEAN_AND_MEAN
+CustomCCode #include <gluegen_stdint.h>
CustomCCode #include <wingdi.h>
CustomCCode #include <stddef.h>