diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-04-06 14:34:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 14:34:01 +0200 |
commit | 243849583a5c0a8564aa33b509a43827f818750c (patch) | |
tree | 57c6e63d7150e86fead5a51996ecc80731d69893 /modules | |
parent | ab02206f18a08d22399784259fe558fe104c0ed5 (diff) | |
parent | 741800f5cc852ffd04088d5ee779a8c9421c65a7 (diff) |
Merge pull request #8287 from karroffel/dlscript-android-fix
[DLScript] fixed android builds now
Diffstat (limited to 'modules')
-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" { |