1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix problem with newer MinGW runtimes

This commit is contained in:
Sfan5 2014-04-14 18:03:28 +02:00
parent dcafad2f73
commit d436502fa4
2 changed files with 10 additions and 4 deletions

View file

@ -23,6 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
See comments in porting.h
*/
#include "porting.h"
#if defined(__APPLE__)
#include <mach-o/dyld.h>
#include "CoreFoundation/CoreFoundation.h"
@ -37,7 +39,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <sys/utsname.h>
#endif
#include "porting.h"
#include "config.h"
#include "debug.h"
#include "filesys.h"