diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-05-01 14:10:43 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-05-01 14:48:45 -0400 |
commit | 5b13619da4d12f262a289a8b93eedec00e977a60 (patch) | |
tree | 1c99784164359792504692c59a8a54674fd094da /src/tool_formparse.c | |
parent | 499a7288fe831ef51a9b0930fc67bcd97aa6c675 (diff) | |
download | curl-5b13619da4d12f262a289a8b93eedec00e977a60.tar.gz |
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
Diffstat (limited to 'src/tool_formparse.c')
-rw-r--r-- | src/tool_formparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |