From: Jim Warner Date: Tue, 1 Nov 2011 23:38:52 +0000 (-0500) Subject: build-sys: added config.h include to nls.h (for PACKAGE str) X-Git-Tag: v3.3.2~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=692dcb531c48daca62815049d2fbe01815f41efc;p=procps-ng build-sys: added config.h include to nls.h (for PACKAGE str) --- diff --git a/include/nls.h b/include/nls.h index be2114ee..17ce836d 100644 --- a/include/nls.h +++ b/include/nls.h @@ -1,6 +1,10 @@ #ifndef PROCPS_NG_NLS_H #define PROCPS_NG_NLS_H +/* programs issuing textdomain() need PACKAGE string */ +#include "../config.h" + +/* programs issuing bindtextdomain() also need LOCALEDIR string */ #ifndef LOCALEDIR #define LOCALEDIR "/usr/share/locale" #endif