aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 8b5b2b942..59226aff5 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -42,7 +42,7 @@
42#include <signal.h> 42#include <signal.h>
43#include <limits.h> 43#include <limits.h>
44 44
45#include "../shell/cmdedit.h" 45#include "cmdedit.h"
46 46
47 47
48#ifdef CONFIG_LOCALE_SUPPORT 48#ifdef CONFIG_LOCALE_SUPPORT