summaryrefslogtreecommitdiff
path: root/games/ccgo/patches/patch-ae
blob: b907973d5c291039ef266560119d39874ef7097d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.2 2005/07/22 22:13:25 adam Exp $

--- ccgo.cc.orig	2005-04-06 02:08:11.000000000 +0000
+++ ccgo.cc
@@ -39,6 +39,10 @@ extern "C" {
 #include <iostream>
 #include <fstream>
 
+extern "C" {
+#include <locale.h>
+}
+
 #define _(String) Glib::locale_to_utf8(gettext(String))
 
 class ccGo :