diff options
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 0000000000..1bf20fda5d --- /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> |