summaryrefslogtreecommitdiff
path: root/modules/dlscript/godot/godot_string.cpp
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-04-06 14:00:54 +0200
committerKarroffel <therzog@mail.de>2017-04-06 14:00:54 +0200
commit741800f5cc852ffd04088d5ee779a8c9421c65a7 (patch)
tree57c6e63d7150e86fead5a51996ecc80731d69893 /modules/dlscript/godot/godot_string.cpp
parentab02206f18a08d22399784259fe558fe104c0ed5 (diff)
[DLScript] fixed android builds now
... really.
Diffstat (limited to 'modules/dlscript/godot/godot_string.cpp')
-rw-r--r--modules/dlscript/godot/godot_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dlscript/godot/godot_string.cpp b/modules/dlscript/godot/godot_string.cpp
index 43f05500fd..97d0985a50 100644
--- a/modules/dlscript/godot/godot_string.cpp
+++ b/modules/dlscript/godot/godot_string.cpp
@@ -3,7 +3,7 @@
#include "string_db.h"
#include "ustring.h"
-#include <memory.h>
+#include <string.h>
#ifdef __cplusplus
extern "C" {