aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-07 04:24:28 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-07 04:24:28 +0000
commit934c8ecb8810c83fda10a2c185355de0564d839f (patch)
tree6d7b6999e9f8b6e044105162f9ffec4ec44c2ce9
parent1c03923b0b50d710cf78d02cf2a2fc80090455ef (diff)
downloadbusybox-934c8ecb8810c83fda10a2c185355de0564d839f.tar.gz
Fix sh.c so it works with DMALLOC
-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 @@
*
*/
-#include "busybox.h"
+#include "Config.h"
/* This is to make testing things a bit simpler (to avoid
* a full recompile) till we get the new build system in place */