Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines

(more logical).
This commit is contained in:
Gisle Vanem
2006-04-26 17:23:28 +00:00
parent d75e587613
commit 3cbb1b2b64
8 changed files with 30 additions and 36 deletions

View File

@@ -36,10 +36,12 @@
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#include <errno.h>
#if defined(WIN32)
# include <malloc.h>
# include <winldap.h>
#endif