Fix sh.c so it works with DMALLOC
authorEric Andersen <andersen@codepoet.org>
Sat, 7 Jul 2001 04:24:28 +0000 (04:24 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 7 Jul 2001 04:24:28 +0000 (04:24 -0000)
sh.c

diff --git a/sh.c b/sh.c
index 15a3070a6b36bc15a37a125f6b13c2a7de84f2b9..f5c06b4231f2df05f94641d86ac7e238fb94b720 100644 (file)
--- 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 */