summaryrefslogtreecommitdiffstats
path: root/libzip-build.patch
blob: 5736b175f9d644408ad7482f57d795de9b068a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -up src/ziptool.c.old src/ziptool.c
--- src/ziptool.c.old	2016-01-28 14:19:37.026356371 +0100
+++ src/ziptool.c	2016-01-28 14:19:43.394384005 +0100
@@ -53,6 +53,7 @@
 #include "compat.h"
 
 zip_source_t *source_hole_create(const char *, int flags, zip_error_t *);
+extern int optopt;
 
 typedef enum {
     SOURCE_TYPE_NONE,