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:
Jay Satiro 2017-05-01 14:10:43 -04:00
parent 499a7288fe
commit 5b13619da4
3 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,7 @@
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_convert.h"
#include "tool_mfiles.h"
#include "tool_msgs.h"
#include "tool_formparse.h"