~ruther/guix-local

ref: 42df9df17d4681eaa66a767dafc19d5d5db1888b guix-local/gnu/packages/patches/libziparchive-add-includes.patch -rw-r--r-- 264 bytes
42df9df1 — Sharlatan Hellseher gnu: python-numba: Update to 0.62.1. 5 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>