the cleaner part of the code for stub created exceptions, the rest will follow soon
[cacao.git] / unzip.c
diff --git a/unzip.c b/unzip.c
index 9c6ac9213babaf62c784b1816e88488235c9e9d9..efe73c94c0ee323737bf92443e533b3ed77cae30 100644 (file)
--- a/unzip.c
+++ b/unzip.c
@@ -14,6 +14,7 @@
 #include <string.h>
 #include "zlib.h"
 #include "unzip.h"
+#include "toolbox/logging.h"
 
 #ifdef STDC
 #  include <stddef.h>