]> granicus.if.org Git - curl/commitdiff
string.h keeps the proto for memset() on some platforms, used for FD_ZERO
authorDaniel Stenberg <daniel@haxx.se>
Thu, 23 Jan 2003 19:41:30 +0000 (19:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Jan 2003 19:41:30 +0000 (19:41 +0000)
tests/libtest/test.h

index a0d430842965b4f223a8c1804a05bf083d67495b..1e5b67c96780447546cdb8beac4dbecf6ddfbe62 100644 (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 */