summaryrefslogtreecommitdiffstats
path: root/testing/mac-robber/include-paramh.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-10-28 10:15:16 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2014-10-28 10:15:16 +0100
commit29c87cf21981a9dca875975b059a6d8112314d79 (patch)
treef738795b10723f2267efb5ab4674e44a88bacfb7 /testing/mac-robber/include-paramh.patch
parentef774241996d2af428753fe4c67780f2cb44f20a (diff)
downloadaports-29c87cf21981a9dca875975b059a6d8112314d79.tar.bz2
aports-29c87cf21981a9dca875975b059a6d8112314d79.tar.xz
testing/mac-robber: fix build on musl
Diffstat (limited to 'testing/mac-robber/include-paramh.patch')
-rw-r--r--testing/mac-robber/include-paramh.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/mac-robber/include-paramh.patch b/testing/mac-robber/include-paramh.patch
new file mode 100644
index 000000000..1bf20fda5
--- /dev/null
+++ b/testing/mac-robber/include-paramh.patch
@@ -0,0 +1,10 @@
+--- a/mac-robber.c.orig
++++ b/mac-robber.c
+@@ -44,6 +44,7 @@
+
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <sys/param.h>
+ #include <dirent.h>
+ #include <stdio.h>
+ #include <stdlib.h>