Commit 9a820d7a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include "url.h" for the Curl_safefree() proto

parent 8dbaf534
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"