include libbb after stdlib.h as it breaks dmalloc
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 24 Nov 2002 01:32:56 +0000 (01:32 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 24 Nov 2002 01:32:56 +0000 (01:32 -0000)
libbb/procps.c

index 9ac5be0..eea6aa6 100644 (file)
@@ -8,8 +8,6 @@
  *
  */
 
-#include "libbb.h"
-
 #if ! defined CONFIG_FEATURE_USE_DEVPS_PATCH
 #include <dirent.h>
 #include <string.h>
@@ -17,6 +15,7 @@
 #include <unistd.h>
 #include <asm/page.h>
 
+#include "libbb.h"
 
 extern procps_status_t * procps_scan(int save_user_arg0)
 {