Moved all threading code into threads.c
[citadel.git] / citadel / user_ops.c
index ccbd5b663e6d13b7fe3192894a8e4c4ef442c1b5..45e9a1e808b68f9733e3c0decb97bb825905b185 100644 (file)
@@ -49,6 +49,7 @@
 #include "citserver.h"
 #include "citadel_dirs.h"
 #include "genstamp.h"
+#include "threads.h"
 
 /* These pipes are used to talk to the chkpwd daemon, which is forked during startup */
 int chkpwd_write_pipe[2];