aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 9cc3e6b..a5a1fee 100644
--- a/common.h
+++ b/common.h
@@ -19,6 +19,9 @@
#elif defined(__APPLE__)
#include <sys/types.h>
#include <sys/sysctl.h>
+#include <sys/param.h>
+#include <sys/ucred.h>
+#include <sys/mount.h>
#endif
union regs_t {