summaryrefslogtreecommitdiff
path: root/games/ccgo/patches/patch-ae
blob: 97df83e6a153ab7b6b9032a027be67940720354d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.1.1.1 2003/03/16 03:56:28 rh Exp $

--- ccgo.cc.orig	2002-11-30 02:31:16.000000000 +1000
+++ ccgo.cc
@@ -25,6 +25,10 @@
 #include <iostream>
 #include <fstream>
 
+extern "C" {
+#include <locale.h>
+}
+
 #define _(String) Glib::locale_to_utf8(gettext(String))
 
 class ccGo :