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/relocation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/relocation.h') diff --git a/include/relocation.h b/include/relocation.h index 924f00f..6ace8e0 100644 --- a/include/relocation.h +++ b/include/relocation.h @@ -11,7 +11,7 @@ #include #if defined(OMC_OS_DARWIN) #include -# else +#elif defined(OMC_OS_LINUX) #include #endif #include -- cgit