Commit d30c4783 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Nico's VMS adjustment

parent 5b664096
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);