diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-08-27 16:39:16 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-08-27 16:39:16 +0100 |
commit | d7a39f8f97b38605f42e0f87dd2f5c4565d08a60 (patch) | |
tree | 391e9fdc387b2da37d3b24e9050311210937569f | |
parent | 3c929ff9f6ea328f304c04ab4214dc879cea4638 (diff) |
tool_operate.c: Fixed compilation warning
warning: implicit declaration of function 'checkpasswd'
-rw-r--r-- | src/tool_operate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index 146795e69..aa5fc6908 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" |