From: Glenn L McGrath Date: Sun, 24 Nov 2002 01:32:56 +0000 (-0000) Subject: include libbb after stdlib.h as it breaks dmalloc X-Git-Tag: 1_00_pre1~422 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b1eca265a023dd09da5161588ddd50f3c0ec263;p=oweals%2Fbusybox.git include libbb after stdlib.h as it breaks dmalloc --- diff --git a/libbb/procps.c b/libbb/procps.c index 9ac5be092..eea6aa681 100644 --- a/libbb/procps.c +++ b/libbb/procps.c @@ -8,8 +8,6 @@ * */ -#include "libbb.h" - #if ! defined CONFIG_FEATURE_USE_DEVPS_PATCH #include #include @@ -17,6 +15,7 @@ #include #include +#include "libbb.h" extern procps_status_t * procps_scan(int save_user_arg0) {