From 5b13619da4d12f262a289a8b93eedec00e977a60 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 1 May 2017 14:10:43 -0400 Subject: 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 --- src/tool_getparam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_getparam.c') diff --git a/src/tool_getparam.c b/src/tool_getparam.c index c8c53fad1..d47f16c5c 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -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" -- cgit v1.2.3