Skip to content

Commit

Permalink
include "url.h" for the Curl_safefree() proto
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 29, 2005
1 parent 8dbaf53 commit 9a820d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/connect.c
Expand Up @@ -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"
Expand Down

0 comments on commit 9a820d7

Please sign in to comment.