From cbe31dace5fb24304694d399b9eb267fbe752516 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Feb 2001 06:14:08 +0000 Subject: It turns out that DODMALLOC was broken when I reorganized busybox.h header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik --- init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.c') diff --git a/init.c b/init.c index 9046a14a8..1332a1064 100644 --- a/init.c +++ b/init.c @@ -27,7 +27,6 @@ #define DEBUG_INIT */ -#include "busybox.h" #include #include #include @@ -43,13 +42,14 @@ #include #include #include +#include "busybox.h" +#define bb_need_full_version +#define BB_DECLARE_EXTERN +#include "messages.c" #ifdef BB_SYSLOGD # include #endif -#define bb_need_full_version -#define BB_DECLARE_EXTERN -#include "messages.c" /* From */ struct vt_stat { -- cgit v1.2.3