blob: 1bf20fda5df4e4836e5eaae1adf9482f04bf3bca (
plain)
1
2
3
4
5
6
7
8
9
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>
|