diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-29 22:38:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-29 22:38:45 +0000 |
commit | 9a820d7a987dab462fef32ca1b4ca5ecfd20c19a (patch) | |
tree | 61e0ef8999aab1dd21e73854cde90db595d772cd | |
parent | 8dbaf534c89764100028137c3633f9fc6d38a5bd (diff) |
include "url.h" for the Curl_safefree() proto
-rw-r--r-- | lib/connect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/connect.c b/lib/connect.c index 104be2d42..e59e6721e 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -98,6 +98,7 @@ #include "connect.h" #include "memory.h" #include "select.h" +#include "url.h" /* for Curl_safefree() */ /* The last #include file should be: */ #include "memdebug.h" |