pax: fix musl

This commit is contained in:
Jürgen Buchmüller 2020-09-06 01:15:43 +02:00
parent f317e46341
commit 6c0faa7f0b
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- 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