aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/cmdedit.c')
-rw-r--r--shell/cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 04abc938c..af29b059a 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -31,7 +31,7 @@
31 terminal width. (more then one line.) However, history will. 31 terminal width. (more then one line.) However, history will.
32 */ 32 */
33 33
34#include "internal.h" 34#include "busybox.h"
35#ifdef BB_FEATURE_SH_COMMAND_EDITING 35#ifdef BB_FEATURE_SH_COMMAND_EDITING
36 36
37#include <stdio.h> 37#include <stdio.h>