diff options
author | Karroffel <therzog@mail.de> | 2017-04-06 14:00:54 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-04-06 14:00:54 +0200 |
commit | 741800f5cc852ffd04088d5ee779a8c9421c65a7 (patch) | |
tree | 57c6e63d7150e86fead5a51996ecc80731d69893 /modules/dlscript/godot/godot_string.cpp | |
parent | ab02206f18a08d22399784259fe558fe104c0ed5 (diff) |
[DLScript] fixed android builds now
... really.
Diffstat (limited to 'modules/dlscript/godot/godot_string.cpp')
-rw-r--r-- | modules/dlscript/godot/godot_string.cpp | 2 |
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" { |