diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:37:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:37:08 +0000 |
commit | da15a496e239428733be9b20b5ce98ab68d94b04 (patch) | |
tree | fa4dfcc23a20010c64bcc9397de4d286d755cec7 /shell | |
parent | 398ff9d9817ecfb77c3810fb9a03d866c1059b95 (diff) | |
download | busybox-w32-da15a496e239428733be9b20b5ce98ab68d94b04.tar.gz busybox-w32-da15a496e239428733be9b20b5ce98ab68d94b04.tar.bz2 busybox-w32-da15a496e239428733be9b20b5ce98ab68d94b04.zip |
Make hush comple once again
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 48d1d1458..e20bf7a06 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -106,7 +106,7 @@ | |||
106 | /* #include <dmalloc.h> */ | 106 | /* #include <dmalloc.h> */ |
107 | /* #define DEBUG_SHELL */ | 107 | /* #define DEBUG_SHELL */ |
108 | 108 | ||
109 | #ifdef BB_VER | 109 | #if 1 |
110 | #include "busybox.h" | 110 | #include "busybox.h" |
111 | #include "cmdedit.h" | 111 | #include "cmdedit.h" |
112 | #else | 112 | #else |