summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-23 19:41:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-23 19:41:30 +0000
commita302ff1605daa452287cdcb789c4b533d9bad598 (patch)
treeed8b8fbef927540b4f41ad2ebf13b0fbd64e4fac /tests/libtest/test.h
parentf7bb4e6138ca20352d7d79fe0d052088259c24a5 (diff)
downloadgnurl-a302ff1605daa452287cdcb789c4b533d9bad598.tar.gz
gnurl-a302ff1605daa452287cdcb789c4b533d9bad598.tar.bz2
gnurl-a302ff1605daa452287cdcb789c4b533d9bad598.zip
string.h keeps the proto for memset() on some platforms, used for FD_ZERO
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h1
1 files changed, 1 insertions, 0 deletions
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 */