Package: minizip / 1.1-8

include.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
description: add include that defines mkdir
author: Michael Gilbert <mgilbert@debian.org>

--- a/miniunz.c
+++ b/miniunz.c
@@ -37,6 +37,7 @@
 #ifdef unix
 # include <unistd.h>
 # include <utime.h>
+# include <sys/stat.h>
 #else
 # include <direct.h>
 # include <io.h>