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 104be2d..e59e672 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"