From: Steve Holme Date: Tue, 27 Aug 2013 15:39:16 +0000 (+0100) Subject: tool_operate.c: Fixed compilation warning X-Git-Tag: curl-7_33_0~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a39f8f97b38605f42e0f87dd2f5c4565d08a60;p=thirdparty%2Fcurl.git tool_operate.c: Fixed compilation warning warning: implicit declaration of function 'checkpasswd' --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 146795e69d..aa5fc69082 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -69,6 +69,7 @@ #include "tool_msgs.h" #include "tool_operate.h" #include "tool_operhlp.h" +#include "tool_paramhlp.h" #include "tool_parsecfg.h" #include "tool_setopt.h" #include "tool_sleep.h"