* builtin_dummy: Removed.
[cacao.git] / src / vm / unzip.h
index cf5f048f30ee3820148a0af79f191dcbb5c9679e..3024bc8a1e4557e7f2a67050cd68ac8a054151fb 100644 (file)
@@ -50,8 +50,6 @@ extern "C" {
 #include "zlib.h"
 #endif
 
-#include "global.h"
-
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */
@@ -61,6 +59,8 @@ typedef unzFile__ *unzFile;
 typedef voidp unzFile;
 #endif
 
+#include "vm/utf8.h"
+
 
 #define UNZ_OK                                  (0)
 #define UNZ_END_OF_LIST_OF_FILE (-100)