From 8208daed02de82f8ea67a8179d89a85dcd3ec4c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 7 Jul 2007 12:44:47 +0000 Subject: [PATCH] * check whether we shoud shut down. we do this by checking whether the password is an empty string. --- citadel/user_ops.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2