summaryrefslogtreecommitdiff
path: root/devel/confuse/patches/patch-aa
blob: 6376ba9df2023c71fb61a08828cb85e192c39b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1 2007/12/21 20:32:45 joerg Exp $

--- src/confuse.c.orig	2007-12-21 21:20:39.000000000 +0100
+++ src/confuse.c
@@ -47,6 +47,7 @@
 
 #if defined(ENABLE_NLS) && defined(HAVE_GETTEXT)
 # include <libintl.h>
+# include <locale.h>
 # define _(str) dgettext(PACKAGE, str)
 #else
 # define _(str) str