From d30c478378ce5e135379210c970d26db5f73078e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Mon, 6 Aug 2001 12:23:31 +0000 Subject: [PATCH] Nico's VMS adjustment --- lib/memdebug.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/memdebug.h b/lib/memdebug.h index 2ee523327c..03f154a1ef 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); -- GitLab