~ruther/guix-local

ref: a1e5b01d6dcd37c0b2b9aa66dd57f33ccca926f7 guix-local/gnu/packages/patches/libziparchive-add-includes.patch -rw-r--r-- 264 bytes
a1e5b01d — Cayetano Santos teams: hpc: Adopt parallel module. a month 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>