From f511688f83dc0386216f9ef097d88ea44cb160a6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 26 Apr 2023 09:46:54 -0400 Subject: darwin: implement get_block_devices --- common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.h') 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 #include +#include +#include +#include #endif union regs_t { -- cgit