summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/minizip/unzip.c2
-rw-r--r--contrib/minizip/zip.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c
index 366e1f8..ed763f8 100644
--- a/contrib/minizip/unzip.c
+++ b/contrib/minizip/unzip.c
@@ -77,8 +77,6 @@
77 77
78#ifdef STDC 78#ifdef STDC
79# include <stddef.h> 79# include <stddef.h>
80# include <string.h>
81# include <stdlib.h>
82#endif 80#endif
83#ifdef NO_ERRNO_H 81#ifdef NO_ERRNO_H
84 extern int errno; 82 extern int errno;
diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c
index 7facc23..3d3d4ca 100644
--- a/contrib/minizip/zip.c
+++ b/contrib/minizip/zip.c
@@ -32,8 +32,6 @@
32 32
33#ifdef STDC 33#ifdef STDC
34# include <stddef.h> 34# include <stddef.h>
35# include <string.h>
36# include <stdlib.h>
37#endif 35#endif
38#ifdef NO_ERRNO_H 36#ifdef NO_ERRNO_H
39 extern int errno; 37 extern int errno;