dont include malloc.h ifdef DMALLOC
This commit is contained in:
parent
2b52f1cf4d
commit
be7bfa24cd
|
@ -5,7 +5,9 @@ typedef unsigned long long int u_int64_t;
|
|||
|
||||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
#ifndef DMALLOC
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue