]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curlx.h isn't a system include file so it gets double quotes
authorDan Fandrich <dan@coneharvesters.com>
Tue, 28 Oct 2008 19:51:04 +0000 (19:51 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 28 Oct 2008 19:51:04 +0000 (19:51 +0000)
src/main.c

index 1e06ef0676f19c2d4c7d9f0beb01d9e36a0c2e89..6b57efce38c6f942e76428599f787d25665c20bc 100644 (file)
@@ -97,7 +97,7 @@
 #define ENABLE_CURLX_PRINTF
 /* make the curlx header define all printf() functions to use the curlx_*
    versions instead */
-#include <curlx.h> /* header from the libcurl directory */
+#include "curlx.h" /* header from the libcurl directory */
 
 #if defined(CURL_DOES_CONVERSIONS) && defined(HAVE_ICONV)
 #include <iconv.h>