diff options
author | Sven Gothel <[email protected]> | 2003-06-27 20:30:27 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2003-06-27 20:30:27 +0000 |
commit | 5361482826721c1600439588f2d6c381cce86e81 (patch) | |
tree | 818b9007af8dc8df4319bd6e06ee5bf61344bc8a | |
parent | 6594dd9ecfd006fa0e4c1c6fdbf7428057c00927 (diff) |
gcc 3.x malloc include ..
-rwxr-xr-x | CNativeCode/invokejvm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CNativeCode/invokejvm.c b/CNativeCode/invokejvm.c index dd43a2c..3ba96f5 100755 --- a/CNativeCode/invokejvm.c +++ b/CNativeCode/invokejvm.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <string.h> #ifdef _X11_ #include <dlfcn.h>
|