Moved all threading code into threads.c
[citadel.git] / citadel / journaling.c
index f008e768077075ef0b1ac55605fd1591a6a2a58e..b3c79e0abf6b4288550a15d3cd79d94ac203c826 100644 (file)
@@ -49,6 +49,7 @@
 #include "journaling.h"
 
 #include "ctdl_module.h"
+#include "threads.h"
 
 struct jnlq *jnlq = NULL;      /* journal queue */