diff options
Diffstat (limited to 'games/xu4/patches/patch-src_person.cpp')
-rw-r--r-- | games/xu4/patches/patch-src_person.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xu4/patches/patch-src_person.cpp b/games/xu4/patches/patch-src_person.cpp new file mode 100644 index 00000000000..e91c952f5ed --- /dev/null +++ b/games/xu4/patches/patch-src_person.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-src_person.cpp,v 1.1.1.1 2012/01/08 15:52:12 wiz Exp $ + +Add missing header. + +--- src/person.cpp.orig 2005-09-21 06:42:01.000000000 +0000 ++++ src/person.cpp +@@ -28,6 +28,7 @@ + #include "u4file.h" + #include "utils.h" + #include "script.h" ++#include <string.h> + + using std::string; + using std::vector; |