mirror of
https://github.com/curl/curl.git
synced 2026-06-19 01:55:38 +03:00
curlx.h isn't a system include file so it gets double quotes
This commit is contained in:
parent
0989cd358a
commit
6cdd067faf
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue