From 67975a5944706e382fe1e7b00d226715c6242358 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 May 2024 10:07:16 -0400 Subject: Mass attempt at windows portability --- include/os_darwin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/os_darwin.h') 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 +#include #ifndef __DARWIN_64_BIT_INO_T #define statvfs statfs -- cgit