aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-06 12:23:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-06 12:23:31 +0000
commitd30c478378ce5e135379210c970d26db5f73078e (patch)
treed8d496f4ea6bb364e5f849ff79e221dc0694d076 /lib/memdebug.h
parent5b6640960a3d2a2df7d48342d3bf60d3656aaac7 (diff)
Nico's VMS adjustment
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r--lib/memdebug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h
index 2ee523327..03f154a1e 100644
--- a/lib/memdebug.h
+++ b/lib/memdebug.h
@@ -2,6 +2,9 @@
#include <sys/socket.h>
#include <stdio.h>
+#ifdef HAVE_MEMORY_H
+#include <memory.h>
+#endif
/* memory functions */
void *curl_domalloc(size_t size, int line, char *source);