aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-30 11:06:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-30 11:06:56 +0000
commit870bacd6897b62666aeaaa8b8b2c937529abac90 (patch)
tree99fb74e71f6a5f141bae5511bfb0ef969555560e /lib/url.c
parentd9f39cc99b7e72cba957b6190913ca7fb5405e93 (diff)
include strtok.h to get the prototype
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c1
1 files changed, 1 insertions, 0 deletions
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"