1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00

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

This commit is contained in:
Daniel Stenberg 2005-01-29 22:38:45 +00:00
parent 8dbaf534c8
commit 9a820d7a98

View 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"