aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/parser.c
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-12 12:57:42 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-12 12:57:42 +0200
commit6eae861025e67c9d4363e4c5dff802b1fbda95e0 (patch)
tree4a89d629482b221850472aadd263e81ba3a05142 /scripts/parse_kconfig/parser.c
parent5eb5db84cdb9c91a072302abca82672515596ca3 (diff)
downloadlinux-conf-perf-6eae861025e67c9d4363e4c5dff802b1fbda95e0.tar.gz
linux-conf-perf-6eae861025e67c9d4363e4c5dff802b1fbda95e0.tar.bz2
linux-conf-perf-6eae861025e67c9d4363e4c5dff802b1fbda95e0.zip
Extract file name definitions out from parse_kconfig to shared
Diffstat (limited to 'scripts/parse_kconfig/parser.c')
-rw-r--r--scripts/parse_kconfig/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/parser.c b/scripts/parse_kconfig/parser.c
index 3dde8e4..7d6bf3f 100644
--- a/scripts/parse_kconfig/parser.c
+++ b/scripts/parse_kconfig/parser.c
@@ -4,7 +4,7 @@
#include <locale.h>
#include <stdbool.h>
#include <libintl.h>
-#include "kconfig/lkc.h"
+#include <kconfig/lkc.h>
#include "symlist.h"
#include "output.h"
#include "macros.h"