]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
include "url.h" for the Curl_safefree() proto
authorDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 22:38:45 +0000 (22:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 22:38:45 +0000 (22:38 +0000)
lib/connect.c

index 104be2d426ea1fa3be41618e41115b20f6cad17f..e59e6721e63fe40b1a4dd48713ed61e9a9b057f5 100644 (file)
@@ -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"