~ruther/guix-local

ref: 1dc0cb50e282956c30c73bc28cd1e257f160d5ff guix-local/gnu/packages/patches/libziparchive-add-includes.patch -rw-r--r-- 264 bytes
1dc0cb50 — Sharlatan Hellseher gnu: python-sphinx-gallery: Update to 0.19.0. 9 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>