From: Dan Fandrich Date: Tue, 28 Oct 2008 19:51:04 +0000 (+0000) Subject: curlx.h isn't a system include file so it gets double quotes X-Git-Tag: curl-7_19_1~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cdd067fafbc1b18a98948ac4db4869644eef9ab;p=thirdparty%2Fcurl.git curlx.h isn't a system include file so it gets double quotes --- diff --git a/src/main.c b/src/main.c index 1e06ef0676..6b57efce38 100644 --- a/src/main.c +++ b/src/main.c @@ -97,7 +97,7 @@ #define ENABLE_CURLX_PRINTF /* make the curlx header define all printf() functions to use the curlx_* versions instead */ -#include /* header from the libcurl directory */ +#include "curlx.h" /* header from the libcurl directory */ #if defined(CURL_DOES_CONVERSIONS) && defined(HAVE_ICONV) #include