aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-04-26 09:46:54 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-04-26 09:46:54 -0400
commitf511688f83dc0386216f9ef097d88ea44cb160a6 (patch)
treed59c3800d69fc9fab7beee1bbe39f188208c3e49 /common.h
parent562b2be9f2d331d75a357601df12351865e5d841 (diff)
downloadwhatami-f511688f83dc0386216f9ef097d88ea44cb160a6.tar.gz
darwin: implement get_block_devices
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 {