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

This commit is contained in:
Daniel Stenberg 2005-01-29 22:38:45 +00:00
Родитель 8dbaf534c8
Коммит 9a820d7a98
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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