1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 11:27:08 +00:00
termux-packages/packages/wordgrinder/zip.c.patch
2020-07-09 13:51:35 +02:00

12 lines
276 B
Diff

--- ./src/c/zip.c.orig 2020-01-19 01:36:04.652098427 +0000
+++ ./src/c/zip.c 2020-01-19 01:36:11.742225752 +0000
@@ -6,7 +6,7 @@
#include "globals.h"
#include <zlib.h>
#include "unzip.h"
-#include "zip.h"
+#include "emu/minizip/zip.h"
static const int STACKSIZE = 64;