* check whether we shoud shut down. we do this by checking whether the password is...
authorWilfried Göesgens <willi@citadel.org>
Sat, 7 Jul 2007 12:44:47 +0000 (12:44 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 7 Jul 2007 12:44:47 +0000 (12:44 +0000)
citadel/user_ops.c

index 2b8e2015542a2d1ab1c08236452eabc0faa0daee..f143dba7d6c6a62404fe172ff3c3f02d3ea43961 100644 (file)
@@ -16,6 +16,7 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <sys/stat.h>
 
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>