From a302ff1605daa452287cdcb789c4b533d9bad598 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Thu, 23 Jan 2003 19:41:30 +0000 Subject: [PATCH] string.h keeps the proto for memset() on some platforms, used for FD_ZERO --- tests/libtest/test.h | 1 + 1 file changed, 1 insertion(+) 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 <curl.h> #include <stdio.h> +#include <string.h> extern char *arg2; /* set by first.c to the argv[2] or NULL */ -- 2.40.0