diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 10:15:16 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 10:15:16 +0100 |
commit | 29c87cf21981a9dca875975b059a6d8112314d79 (patch) | |
tree | f738795b10723f2267efb5ab4674e44a88bacfb7 /testing/mac-robber/include-paramh.patch | |
parent | ef774241996d2af428753fe4c67780f2cb44f20a (diff) | |
download | aports-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.patch | 10 |
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> |