gnu: Add python-mediafile.
[jackhill/guix/guix.git] / gnu / packages / patches / libziparchive-add-includes.patch
1 --- a/libziparchive/zip_writer.cc 2018-04-25 22:33:05.472674164 +0200
2 +++ b/libziparchive/zip_writer.cc 2018-04-25 22:33:21.296519518 +0200
3 @@ -22,6 +22,7 @@
4
5 #include <sys/param.h>
6
7 +#include <cstring>
8 #include <cassert>
9 #include <cstdio>
10 #include <memory>