diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 10:07:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 10:11:29 -0400 |
commit | 67975a5944706e382fe1e7b00d226715c6242358 (patch) | |
tree | e93dd37df57f49d4327567479521014f380206e5 /include/relocation.h | |
parent | 30c9945e0da19305ebad88a2835653ff4f409313 (diff) | |
download | stasis-67975a5944706e382fe1e7b00d226715c6242358.tar.gz |
Mass attempt at windows portability
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> |