]> granicus.if.org Git - procps-ng/commitdiff
Build fails if not done from the source root directory (#105)
authorsimonis <volker.simonis@gmail.com>
Tue, 17 Jul 2018 14:11:49 +0000 (16:11 +0200)
committerCraig Small <csmall@enc.com.au>
Wed, 8 Aug 2018 10:03:16 +0000 (20:03 +1000)
include/nls.h

index 1166b7b78327ed4af0dfdff2ae6c5bb6143d8bf3..f5abe052d9ded6eaee4e869d251f8b776158fbd4 100644 (file)
@@ -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