openbsd-ports/games/wesnoth/patches/patch-src_help_cpp
jasper 5b56930f43 - update wesnoth to 1.4
see release notes for a list of changes: http://www.wesnoth.org/start/1.4/

testing by paul de weerd, thanks!
ok maintainer
2008-04-03 10:23:01 +00:00

13 lines
325 B
Plaintext

$OpenBSD: patch-src_help_cpp,v 1.3 2008/04/03 10:23:01 jasper Exp $
--- src/help.cpp.orig Mon Feb 25 19:58:29 2008
+++ src/help.cpp Wed Mar 26 11:20:27 2008
@@ -46,7 +46,7 @@
#include <algorithm>
#include <iostream>
#include <list>
-#include <locale>
+#include <locale.h>
#include <map>
#include <queue>
#include <set>