mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clean up porting.h a bit
This commit is contained in:
parent
e7be135b78
commit
d4123a387c
2 changed files with 8 additions and 24 deletions
|
@ -52,6 +52,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "porting_android.h"
|
||||
#endif
|
||||
#if defined(__APPLE__)
|
||||
#include <mach-o/dyld.h>
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
// For _NSGetEnviron()
|
||||
// Related: https://gitlab.haskell.org/ghc/ghc/issues/2458
|
||||
#include <crt_externs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue