build-sys: added config.h include to nls.h (for PACKAGE str)
This commit is contained in:
parent
50fca987cc
commit
692dcb531c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user