include libbb after stdlib.h as it breaks dmalloc
This commit is contained in:
parent
b7a76df4d1
commit
7b1eca265a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user