diff options
-rw-r--r-- | tests/libtest/test.h | 1 |
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 */ |