From: Daniel Stenberg Date: Sat, 29 Jan 2005 22:38:45 +0000 (+0000) Subject: include "url.h" for the Curl_safefree() proto X-Git-Tag: curl-7_13_0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a820d7a987dab462fef32ca1b4ca5ecfd20c19a;p=thirdparty%2Fcurl.git include "url.h" for the Curl_safefree() proto --- diff --git a/lib/connect.c b/lib/connect.c index 104be2d426..e59e6721e6 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"