diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 10:07:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 10:11:29 -0400 |
commit | 67975a5944706e382fe1e7b00d226715c6242358 (patch) | |
tree | e93dd37df57f49d4327567479521014f380206e5 /include/os_darwin.h | |
parent | 30c9945e0da19305ebad88a2835653ff4f409313 (diff) | |
download | stasis-67975a5944706e382fe1e7b00d226715c6242358.tar.gz |
Mass attempt at windows portability
Diffstat (limited to 'include/os_darwin.h')
-rw-r--r-- | include/os_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/os_darwin.h b/include/os_darwin.h index 390968c..465adc4 100644 --- a/include/os_darwin.h +++ b/include/os_darwin.h @@ -2,6 +2,7 @@ #define OMC_OS_DARWIN_H #include <sys/mount.h> +#include <sys/utsname.h> #ifndef __DARWIN_64_BIT_INO_T #define statvfs statfs |