2013-09-26 17:14:40 +02:00

16 lines
309 B
Plaintext

$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 :