Make sure stdlib.h is always included before dmalloc.h to avoid problems
parsing problems.
This commit is contained in:
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
Block a user