aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorD G Turner2013-03-24 18:56:48 +0000
committerD G Turner2013-03-24 18:56:48 +0000
commit502cde4fa05c0621c95e657bc6ee8b9a0174efa9 (patch)
tree7f85dc80ecef4bdcb67f76e0843858d4be1dfe53 /engines/wintermute
parentef61c64f3f84eb0e055593e1940fd1c2890a5dc9 (diff)
downloadscummvm-rg350-502cde4fa05c0621c95e657bc6ee8b9a0174efa9.tar.gz
scummvm-rg350-502cde4fa05c0621c95e657bc6ee8b9a0174efa9.tar.bz2
scummvm-rg350-502cde4fa05c0621c95e657bc6ee8b9a0174efa9.zip
WINTERMUTE: Fix build breaking missing header declaration.
This is required to declare the strlcpy() function.
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/base/scriptables/script_ext_string.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/base/scriptables/script_ext_string.cpp b/engines/wintermute/base/scriptables/script_ext_string.cpp
index 3752412141..49b91b07cc 100644
--- a/engines/wintermute/base/scriptables/script_ext_string.cpp
+++ b/engines/wintermute/base/scriptables/script_ext_string.cpp
@@ -33,6 +33,7 @@
#include "engines/wintermute/base/scriptables/script_ext_string.h"
#include "engines/wintermute/base/scriptables/script_ext_array.h"
#include "engines/wintermute/utils/string_util.h"
+#include "common/str.h"
#include "common/tokenizer.h"
namespace Wintermute {