diff options
Diffstat (limited to 'libs/libcurl/src/sendf.c')
-rw-r--r-- | libs/libcurl/src/sendf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/sendf.c b/libs/libcurl/src/sendf.c index c576febd1c..34fd0edce0 100644 --- a/libs/libcurl/src/sendf.c +++ b/libs/libcurl/src/sendf.c @@ -52,7 +52,7 @@ #include "strdup.h"
#include "http2.h"
#include "progress.h"
-#include "warnless.h"
+#include "curlx/warnless.h"
#include "ws.h"
/* The last 3 #include files should be in this order */
|