From: Eric Andersen Date: Sat, 7 Jul 2001 04:24:28 +0000 (-0000) Subject: Fix sh.c so it works with DMALLOC X-Git-Tag: 0_52~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=934c8ecb8810c83fda10a2c185355de0564d839f;p=oweals%2Fbusybox.git Fix sh.c so it works with DMALLOC --- 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 */