diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rcore.c b/src/rcore.c index eed63667..70cc350b 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -173,6 +173,7 @@ #include <unistd.h> #elif defined(__APPLE__) #include <sys/syslimits.h> + #include <mach-o/dyld.h> #endif // OSs #endif // PLATFORM_DESKTOP |
