Revert "Removed __APPLE__ `#ifdef` from main.c"

This reverts commit 6a7e214d1c.
This commit is contained in:
rxi 2020-06-11 15:05:39 +01:00
parent ba6c14846b
commit 95b70b1b16
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <windows.h>
#elif __linux__
#include <unistd.h>
#elif __APPLE__
#include <mach-o/dyld.h>
#endif