include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#if defined(HAVE_MALLOC_H) && defined(NEED_MALLOC_H)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
Reference in New Issue
Block a user