From 870bacd6897b62666aeaaa8b8b2c937529abac90 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 May 2001 11:06:56 +0000 Subject: include strtok.h to get the prototype --- lib/url.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index 55d4463c8..c42e05e8b 100644 --- a/lib/url.c +++ b/lib/url.c @@ -91,6 +91,7 @@ #include "cookie.h" #include "strequal.h" #include "escape.h" +#include "strtok.h" /* And now for the protocols */ #include "ftp.h" -- cgit v1.2.3