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/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/system.h') diff --git a/include/system.h b/include/system.h index 7428355..9d9eb0f 100644 --- a/include/system.h +++ b/include/system.h @@ -11,7 +11,9 @@ #include #include #include +#if defined(OMC_OS_UNIX) #include +#endif #include struct Process { -- cgit