summaryrefslogtreecommitdiff
path: root/games/xu4/patches/patch-src_person.cpp
blob: e91c952f5ed632d018180e5465a1dae59d9c43d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;