dont include malloc.h ifdef DMALLOC

This commit is contained in:
Doug MacEachern 2005-11-09 19:20:44 +00:00
parent 2b52f1cf4d
commit be7bfa24cd
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@ typedef unsigned long long int u_int64_t;
#include <ctype.h> #include <ctype.h>
#include <assert.h> #include <assert.h>
#ifndef DMALLOC
#include <malloc.h> #include <malloc.h>
#endif
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>