From b701ea36a723b2d7700e23ae53e2c3145dfe7bda Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 23 Oct 2008 11:49:19 +0000 Subject: moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ inclusion by the curl tool without colliding with the curl_strequal functions. --- lib/url.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index bf77eab95..944741709 100644 --- a/lib/url.c +++ b/lib/url.c @@ -115,6 +115,7 @@ void idn_free (void *ptr); /* prototype from idn-free.h, not provided by #include "multiif.h" #include "easyif.h" #include "speedcheck.h" +#include "rawstr.h" /* And now for the protocols */ #include "ftp.h" -- cgit v1.2.3