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_linux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/os_linux.h') diff --git a/include/os_linux.h b/include/os_linux.h index 8c3aed7..aabf1ff 100644 --- a/include/os_linux.h +++ b/include/os_linux.h @@ -2,6 +2,8 @@ #define OMC_OS_LINUX_H #include +#include +#include #ifndef PATH_MAX #include -- cgit