diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-06 12:23:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-06 12:23:31 +0000 |
commit | d30c478378ce5e135379210c970d26db5f73078e (patch) | |
tree | d8d496f4ea6bb364e5f849ff79e221dc0694d076 /lib | |
parent | 5b6640960a3d2a2df7d48342d3bf60d3656aaac7 (diff) | |
download | curl-d30c478378ce5e135379210c970d26db5f73078e.tar.gz |
Nico's VMS adjustment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/memdebug.h | 3 |
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); |