diff options
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r-- | lib/mprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c index a323bf554..42199cb8f 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -40,6 +40,8 @@ #include <curl/curl.h> /* for the curl_off_t type */ +#include <curl/mprintf.h> + #ifndef SIZEOF_LONG_DOUBLE #define SIZEOF_LONG_DOUBLE 0 #endif |