diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-30 11:06:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-30 11:06:56 +0000 |
commit | 870bacd6897b62666aeaaa8b8b2c937529abac90 (patch) | |
tree | 99fb74e71f6a5f141bae5511bfb0ef969555560e /lib/netrc.c | |
parent | d9f39cc99b7e72cba957b6190913ca7fb5405e93 (diff) | |
download | curl-870bacd6897b62666aeaaa8b8b2c937529abac90.tar.gz |
include strtok.h to get the prototype
Diffstat (limited to 'lib/netrc.c')
-rw-r--r-- | lib/netrc.c | 1 |
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 |