From 4959d9c251ce603b8e32e7532559ad2a7867b6ab Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 13 Feb 2024 09:36:59 -0500 Subject: Compatibility changes --- include/relocation.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/relocation.h') diff --git a/include/relocation.h b/include/relocation.h index 2ccf762..ea9da9f 100644 --- a/include/relocation.h +++ b/include/relocation.h @@ -4,10 +4,16 @@ #ifndef OMC_RELOCATION_H #define OMC_RELOCATION_H +#include "config.h" + #include #include #include +#if defined(OMC_OS_DARWIN) +#include +# else #include +#endif #include void replace_text(char *original, const char *target, const char *replacement); -- cgit