blob: e548194362c66ceb20f035f4267c111896e6e1b7 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 0825db94fc91fa2150c0e649e92cc8dcc44f4b38 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 4 Apr 2018 14:09:45 +0300
4Subject: [PATCH] Fix out of tree builds
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 include/nls.h | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/include/nls.h b/include/nls.h
13index 1166b7b..f5abe05 100644
14--- a/include/nls.h
15+++ b/include/nls.h
16@@ -6,7 +6,7 @@
17 #define PROCPS_NG_NLS_H
18
19 /* programs issuing textdomain() need PACKAGE string */
20-#include "../config.h"
21+#include "config.h"
22
23 /* programs issuing bindtextdomain() also need LOCALEDIR string */
24 #ifndef LOCALEDIR