From 934c8ecb8810c83fda10a2c185355de0564d839f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Jul 2001 04:24:28 +0000 Subject: Fix sh.c so it works with DMALLOC --- sh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3