diff --git a/src/whereami.c b/src/whereami.c index f51ea85..6ebd5a2 100644 --- a/src/whereami.c +++ b/src/whereami.c @@ -163,7 +163,11 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length) #include #include #include +#if defined(__linux__) +#include +#else #include +#endif #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS #endif