1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tool_operate.c: Fixed compilation warning

warning: implicit declaration of function 'checkpasswd'
This commit is contained in:
Steve Holme 2013-08-27 16:39:16 +01:00
parent 3c929ff9f6
commit d7a39f8f97

View 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"