aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/windows
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-06-07 23:39:20 +0200
committerSven Gothel <[email protected]>2011-06-07 23:39:20 +0200
commit3c9d9db8a348eca768042140516979d32a75bffa (patch)
treea36ab66f6e65e8910d1b2f3efdee8b1d2c72e9f7 /src/native/windows
parent79abcf4e0d44d497c538fab71c98a5fd356e3a23 (diff)
Fix C / JNI compilation: Add/use javah, recompile if out of date,
Diffstat (limited to 'src/native/windows')
-rwxr-xr-xsrc/native/windows/WindowsDynamicLinkerImpl_JNI.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/native/windows/WindowsDynamicLinkerImpl_JNI.c b/src/native/windows/WindowsDynamicLinkerImpl_JNI.c
index b4a9787..b253c9c 100755
--- a/src/native/windows/WindowsDynamicLinkerImpl_JNI.c
+++ b/src/native/windows/WindowsDynamicLinkerImpl_JNI.c
@@ -5,6 +5,8 @@
#include <assert.h>
+#include "com_jogamp_common_os_WindowsDynamicLinkerImpl.h"
+
#include <windows.h>
/* This typedef is apparently needed for compilers before VC8,
and for the embedded ARM compilers we're using */