mirror of
https://github.com/curl/curl.git
synced 2026-07-31 16:08:04 +03:00
add missing header inclusions
This commit is contained in:
parent
e9c94cdd49
commit
417bac4055
3 changed files with 13 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -32,6 +32,9 @@
|
|||
#include <kernel.h>
|
||||
#endif
|
||||
|
||||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
static const struct
|
||||
{
|
||||
const char * name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue