mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Nico's VMS adjustment
This commit is contained in:
parent
5b6640960a
commit
d30c478378
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#ifdef HAVE_MEMORY_H
|
||||||
|
#include <memory.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* memory functions */
|
/* memory functions */
|
||||||
void *curl_domalloc(size_t size, int line, char *source);
|
void *curl_domalloc(size_t size, int line, char *source);
|
||||||
|
Loading…
Reference in New Issue
Block a user