diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-17 23:01:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-17 23:01:39 +0000 |
commit | af6c394785d9ca41ec34ab26a9308b8a4d2a1260 (patch) | |
tree | 4ff233fd220cd030b84bcf82fdc09ba8ebc737f5 /lib/memdebug.h | |
parent | 558d12d7f63e57db7cf37d996bae1a2a392921fc (diff) | |
download | curl-af6c394785d9ca41ec34ab26a9308b8a4d2a1260.tar.gz |
Götz Babin-Ebell's OpenSSL ENGINE patch
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r-- | lib/memdebug.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h index ebb240928..3c5c090f6 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -1,6 +1,14 @@ #ifdef MALLOCDEBUG +#include "setup.h" + +#ifdef HAVE_SYS_TYPES_H +#include <sys/types.h> +#endif + +#ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> +#endif #include <stdio.h> #ifdef HAVE_MEMORY_H #include <memory.h> |