void-packages/srcpkgs/pax/patches/musl-headers.patch
Jürgen Buchmüller 6c0faa7f0b pax: fix musl
2020-09-06 01:16:25 +02:00

11 lines
314 B
Diff

--- pax/strtonum.c 2020-03-13 01:26:39.000000000 +0100
+++ pax/strtonum.c 2020-09-06 01:13:30.359370537 +0200
@@ -21,6 +21,8 @@
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
+#include <sys/stat.h> /* for mode_t */
+#include <sys/types.h> /* for ssize_t */
#ifdef MBSDPORT_H
#include MBSDPORT_H