summaryrefslogtreecommitdiff
path: root/games/wesnoth/patches/patch-ac
blob: 7e1b45229a70d0af21f22fdd7092f06ee983f7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.7 2007/01/15 22:26:26 wiz Exp $

--- src/serialization/string_utils.cpp.orig	2006-09-29 12:59:57.000000000 +0000
+++ src/serialization/string_utils.cpp
@@ -23,6 +23,7 @@
 #include "util.hpp"
 #include "log.hpp"
 #include "serialization/string_utils.hpp"
+#include "wctype.h"
 
 #define ERR_GENERAL LOG_STREAM(err, general)