aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-06 21:37:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-06 21:37:08 +0000
commit00280786cc5d58de8d37a3764aee9ebf2ddc66d6 (patch)
treefa4dfcc23a20010c64bcc9397de4d286d755cec7 /shell
parentc44fa882511bb3f844d8afbbc85758212a3a3386 (diff)
downloadbusybox-w32-00280786cc5d58de8d37a3764aee9ebf2ddc66d6.tar.gz
busybox-w32-00280786cc5d58de8d37a3764aee9ebf2ddc66d6.tar.bz2
busybox-w32-00280786cc5d58de8d37a3764aee9ebf2ddc66d6.zip
Make hush comple once again
git-svn-id: svn://busybox.net/trunk/busybox@6116 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
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