mirror of
https://github.com/curl/curl.git
synced 2026-05-05 15:27:29 +03:00
tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONS
- Include tool_convert.h where needed. Bug: https://github.com/curl/curl/issues/1460 Reported-by: Gisle Vanem
This commit is contained in:
parent
499a7288fe
commit
5b13619da4
3 changed files with 5 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include "tool_binmode.h"
|
||||
#include "tool_cfgable.h"
|
||||
#include "tool_cb_prg.h"
|
||||
#include "tool_convert.h"
|
||||
#include "tool_formparse.h"
|
||||
#include "tool_getparam.h"
|
||||
#include "tool_helpers.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue