]> granicus.if.org Git - curl/commitdiff
tool_operate.c: Fixed compilation warning
authorSteve Holme <steve_holme@hotmail.com>
Tue, 27 Aug 2013 15:39:16 +0000 (16:39 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 27 Aug 2013 15:39:16 +0000 (16:39 +0100)
warning: implicit declaration of function 'checkpasswd'

src/tool_operate.c

index 146795e69d7755860acb433a20a3f505c4ba18ce..aa5fc690826c14fa4e19bc5bd058d31e921f759b 100644 (file)
@@ -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"