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_formparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_formparse.c') diff --git a/src/tool_formparse.c b/src/tool_formparse.c index 88352fb11..1bcd4c563 100644 --- a/src/tool_formparse.c +++ b/src/tool_formparse.c @@ -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" -- cgit v1.2.3