~ruther/guix-local

ref: 42f7d1c9aeb281861817505fbb500e598b40be24 guix-local/gnu/packages/patches/libziparchive-add-includes.patch -rw-r--r-- 264 bytes
42f7d1c9 — Sharlatan Hellseher gnu: python-asyncgui: Move to python-graphics. 1 year, 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
--- a/libziparchive/zip_writer.cc	2018-04-25 22:33:05.472674164 +0200
+++ b/libziparchive/zip_writer.cc	2018-04-25 22:33:21.296519518 +0200
@@ -22,6 +22,7 @@
 
 #include <sys/param.h>
 
+#include <cstring>
 #include <cassert>
 #include <cstdio>
 #include <memory>