From: Daniel Stenberg Date: Thu, 23 Jan 2003 19:41:30 +0000 (+0000) Subject: string.h keeps the proto for memset() on some platforms, used for FD_ZERO X-Git-Tag: curl-7_10_4~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a302ff1605daa452287cdcb789c4b533d9bad598;p=curl string.h keeps the proto for memset() on some platforms, used for FD_ZERO --- diff --git a/tests/libtest/test.h b/tests/libtest/test.h index a0d430842..1e5b67c96 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -1,5 +1,6 @@ #include #include +#include extern char *arg2; /* set by first.c to the argv[2] or NULL */