mirror of https://github.com/mirror/busybox.git
Make sure stdlib.h is always included before dmalloc.h to avoid problems
parsing problems.1_00_stable_10817
parent
d07cf59a98
commit
68474f3b36
|
@ -27,6 +27,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#define __LIBCONFIG_H__ 1
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue