From 45591f4f85986d71c7d2ce5217d5d968d1bf3bfd Mon Sep 17 00:00:00 2001 From: simonis Date: Tue, 17 Jul 2018 16:11:49 +0200 Subject: [PATCH] Build fails if not done from the source root directory (#105) --- include/nls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nls.h b/include/nls.h index 1166b7b7..f5abe052 100644 --- a/include/nls.h +++ b/include/nls.h @@ -6,7 +6,7 @@ #define PROCPS_NG_NLS_H /* programs issuing textdomain() need PACKAGE string */ -#include "../config.h" +#include "config.h" /* programs issuing bindtextdomain() also need LOCALEDIR string */ #ifndef LOCALEDIR