From: Wilfried Göesgens Date: Sat, 7 Jul 2007 12:44:47 +0000 (+0000) Subject: * check whether we shoud shut down. we do this by checking whether the password is... X-Git-Tag: v7.86~3251 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=8208daed02de82f8ea67a8179d89a85dcd3ec4c0 * check whether we shoud shut down. we do this by checking whether the password is an empty string. --- diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 2b8e20155..f143dba7d 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -16,6 +16,7 @@ #include #include #include +#include #if TIME_WITH_SYS_TIME # include