diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-07 04:24:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-07 04:24:28 +0000 |
commit | 934c8ecb8810c83fda10a2c185355de0564d839f (patch) | |
tree | 6d7b6999e9f8b6e044105162f9ffec4ec44c2ce9 | |
parent | 1c03923b0b50d710cf78d02cf2a2fc80090455ef (diff) | |
download | busybox-w32-934c8ecb8810c83fda10a2c185355de0564d839f.tar.gz busybox-w32-934c8ecb8810c83fda10a2c185355de0564d839f.tar.bz2 busybox-w32-934c8ecb8810c83fda10a2c185355de0564d839f.zip |
Fix sh.c so it works with DMALLOC
-rw-r--r-- | sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |