openbsd-ports/games/wesnoth/patches/patch-src_help_cpp
jasper 889eefe31d update wesnoth to 1.2.1
from new maintainer Vlad Glagolev <stelzy at gmail.com>

ok msf@, simon@
2007-02-06 07:59:08 +00:00

13 lines
325 B
Plaintext

$OpenBSD: patch-src_help_cpp,v 1.1 2007/02/06 07:59:08 jasper Exp $
--- src/help.cpp.orig Fri Oct 6 17:51:48 2006
+++ src/help.cpp Thu Jan 25 22:51:22 2007
@@ -41,7 +41,7 @@
#include <algorithm>
#include <iostream>
#include <list>
-#include <locale>
+#include <locale.h>
#include <map>
#include <queue>
#include <set>