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_getparam.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_getparam.c')
-rw-r--r-- | src/tool_getparam.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |