Somebody broke the build by forgetting to #include "threads.h" in some of
[citadel.git] / citadel / modules / checkpoint / serv_checkpoint.c
index 1d48ff5e05c5f7f5a2bcb816b12cb9e04a3b7bc3..074adeb60dd6b1fe58f69796a27d67b921257611 100644 (file)
@@ -35,6 +35,7 @@
 #include "msgbase.h"
 #include "sysdep_decls.h"
 #include "config.h"
+#include "threads.h"
 
 #include "ctdl_module.h"