summaryrefslogtreecommitdiff
path: root/games/warmux/patches/patch-lib_warmux_base_i18n.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/warmux/patches/patch-lib_warmux_base_i18n.cpp')
-rw-r--r--games/warmux/patches/patch-lib_warmux_base_i18n.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/warmux/patches/patch-lib_warmux_base_i18n.cpp b/games/warmux/patches/patch-lib_warmux_base_i18n.cpp
new file mode 100644
index 00000000000..50db3626250
--- /dev/null
+++ b/games/warmux/patches/patch-lib_warmux_base_i18n.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-lib_warmux_base_i18n.cpp,v 1.1 2013/04/29 21:31:10 joerg Exp $
+
+--- lib/warmux/base/i18n.cpp.orig 2013-04-29 19:41:28.000000000 +0000
++++ lib/warmux/base/i18n.cpp
+@@ -23,6 +23,7 @@
+ #include <WARMUX_i18n.h>
+ #include <WARMUX_error.h>
+ #include <string>
++#include <locale.h>
+ #include <stdio.h>
+ #include <stdarg.h>
+ #include <stdlib.h>