summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils/path_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/utils/path_utils.cpp')
-rw-r--r--modules/mono/utils/path_utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/utils/path_utils.cpp b/modules/mono/utils/path_utils.cpp
index 7b3f212734..be5578c1d0 100644
--- a/modules/mono/utils/path_utils.cpp
+++ b/modules/mono/utils/path_utils.cpp
@@ -35,6 +35,8 @@
#include "core/io/file_access.h"
#include "core/os/os.h"
+#include <stdlib.h>
+
#ifdef WINDOWS_ENABLED
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -47,8 +49,6 @@
#define ENV_PATH_SEP ":"
#endif
-#include <stdlib.h>
-
namespace path {
String find_executable(const String &p_name) {