14 lines
294 B
Text
14 lines
294 B
Text
$NetBSD: patch-ao,v 1.1 2005/08/29 10:50:57 rillig Exp $
|
|
|
|
LC_MESSAGES needs <clocale>.
|
|
|
|
--- src/nls.cc.orig Tue Jan 25 14:53:16 2005
|
|
+++ src/nls.cc Mon Aug 29 12:32:50 2005
|
|
@@ -5,6 +5,7 @@
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <cstdlib>
|
|
+#include <clocale>
|
|
|
|
#include <config.h>
|
|
|