This commit is contained in:
Daniel Stenberg 2001-08-06 12:23:31 +00:00
Родитель 5b6640960a
Коммит d30c478378
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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);