summaryrefslogtreecommitdiff
path: root/src/porting.cpp
diff options
context:
space:
mode:
authorSfan5 <sfan5@live.de>2014-04-14 18:03:28 +0200
committerSfan5 <sfan5@live.de>2014-04-14 20:09:42 +0200
commitd436502fa499255236350fc9204f9c508414704e (patch)
treeadf857a647ad396e71f6e2a0c2959c0c3a66c459 /src/porting.cpp
parentdcafad2f736aa9b7174bdf7313735d89b981e0c6 (diff)
downloadminetest-d436502fa499255236350fc9204f9c508414704e.tar.gz
minetest-d436502fa499255236350fc9204f9c508414704e.tar.bz2
minetest-d436502fa499255236350fc9204f9c508414704e.zip
Fix problem with newer MinGW runtimes
Diffstat (limited to 'src/porting.cpp')
-rw-r--r--src/porting.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/porting.cpp b/src/porting.cpp
index b0a1843eb..e7bef1d33 100644
--- a/src/porting.cpp
+++ b/src/porting.cpp
@@ -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"