diff options
-rw-r--r-- | shell/cmdedit.c | 2 |
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 @@ #include <signal.h> #include <limits.h> -#include "../shell/cmdedit.h" +#include "cmdedit.h" #ifdef CONFIG_LOCALE_SUPPORT |