mirror of
https://github.com/curl/curl.git
synced 2026-07-12 16:37:19 +03:00
lib1515.c: Fixed #include path in commit 647f83e809
This commit is contained in:
parent
647f83e809
commit
873178a657
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#endif
|
||||
|
||||
#define _MPRINTF_REPLACE
|
||||
#include "mprintf.h"
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
static int debug_callback(CURL *curl, curl_infotype info, char *msg, size_t len, void *ptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue