aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmdedit.c')
-rw-r--r--cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdedit.c b/cmdedit.c
index 04abc938c..af29b059a 100644
--- a/cmdedit.c
+++ b/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>