mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
(more logical).
This commit is contained in:
parent
d75e587613
commit
3cbb1b2b64
8 changed files with 30 additions and 36 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue