aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-07 04:24:28 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-07 04:24:28 +0000
commit1dbacca8a7fce660271244975dab69812288a76f (patch)
tree6d7b6999e9f8b6e044105162f9ffec4ec44c2ce9
parent9a44341db29815ac86af4c53a5c7401b912d13e3 (diff)
downloadbusybox-w32-1dbacca8a7fce660271244975dab69812288a76f.tar.gz
busybox-w32-1dbacca8a7fce660271244975dab69812288a76f.tar.bz2
busybox-w32-1dbacca8a7fce660271244975dab69812288a76f.zip
Fix sh.c so it works with DMALLOC
git-svn-id: svn://busybox.net/trunk/busybox@3026 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 15a3070a6..f5c06b423 100644
--- a/sh.c
+++ b/sh.c
@@ -18,7 +18,7 @@
18 * 18 *
19 */ 19 */
20 20
21#include "busybox.h" 21#include "Config.h"
22 22
23/* This is to make testing things a bit simpler (to avoid 23/* This is to make testing things a bit simpler (to avoid
24 * a full recompile) till we get the new build system in place */ 24 * a full recompile) till we get the new build system in place */