mirror of
https://github.com/curl/curl.git
synced 2026-07-22 14:37:18 +03:00
Nico's VMS adjustment
This commit is contained in:
parent
5b6640960a
commit
d30c478378
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue