Various fixes (mostly making things more strict) to get the code to

compile on Mac OS X
This commit is contained in:
Eric Scharff
2007-09-19 10:22:19 -06:00
parent 8b17df5b48
commit f430f3f00e
9 changed files with 37 additions and 16 deletions

View File

@ -1,6 +1,6 @@
#include "stdlib.h"
#include "string.h"
#include "zlib.h"
#include "zlib-custom.h"
#include "jni.h"
#include "jni-util.h"