Somebody broke the build by forgetting to #include "threads.h" in some of
[citadel.git] / citadel / modules / expire / serv_expire.c
index df65a8dcada2cc9b29d114244f836879607ababc..4ba4de53e2cc66c2bad0d0a68186f00110e00d22 100644 (file)
@@ -62,7 +62,7 @@
 #include "user_ops.h"
 #include "control.h"
 #include "serv_network.h"      /* Needed for defenition of UseTable */
-
+#include "threads.h"
 
 #include "ctdl_module.h"