diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/mconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index e5db10ca9564..98039bf721f6 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <string.h> | 20 | #include <string.h> |
21 | #include <termios.h> | 21 | #include <termios.h> |
22 | #include <unistd.h> | 22 | #include <unistd.h> |
23 | #include <locale.h> | ||
23 | 24 | ||
24 | #define LKC_DIRECT_LINK | 25 | #define LKC_DIRECT_LINK |
25 | #include "lkc.h" | 26 | #include "lkc.h" |