1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

string.h keeps the proto for memset() on some platforms, used for FD_ZERO

This commit is contained in:
Daniel Stenberg 2003-01-23 19:41:30 +00:00
parent f7bb4e6138
commit a302ff1605

View File

@ -1,5 +1,6 @@
#include <curl.h>
#include <stdio.h>
#include <string.h>
extern char *arg2; /* set by first.c to the argv[2] or NULL */