aboutsummaryrefslogtreecommitdiff
path: root/lib/netrc.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/netrc.c
parentd9f39cc99b7e72cba957b6190913ca7fb5405e93 (diff)
include strtok.h to get the prototype
Diffstat (limited to 'lib/netrc.c')
-rw-r--r--lib/netrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/netrc.c b/lib/netrc.c
index b7ffc1b4a..b2dd35692 100644
--- a/lib/netrc.c
+++ b/lib/netrc.c
@@ -41,6 +41,7 @@
#include <curl/curl.h>
#include "strequal.h"
+#include "strtok.h"
/* The last #include file should be: */
#ifdef MALLOCDEBUG