Moved all threading code into threads.c
[citadel.git] / citadel / file_ops.c
index b5db777432b70ba9cb467b5d165086d52f69000c..d9c3ab149926b5e41880d82440cb855b1de86397 100644 (file)
@@ -39,6 +39,7 @@
 #include "room_ops.h"
 #include "msgbase.h"
 #include "citserver.h"
+#include "threads.h"
 
 #ifndef HAVE_SNPRINTF
 #include "snprintf.h"