diff options
Diffstat (limited to 'include/relocation.h')
-rw-r--r-- | include/relocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> #if defined(OMC_OS_DARWIN) #include <limits.h> -# else +#elif defined(OMC_OS_LINUX) #include <linux/limits.h> #endif #include <unistd.h> |