Moved all threading code into threads.c
[citadel.git] / citadel / room_ops.c
index 4a5ed25da095a2e066b080d9ec0afc6aecb5b01a..c2c5e2635d83f12dcc0f00edf73a5d38c1274849 100644 (file)
@@ -40,6 +40,7 @@
 #include "citserver.h"
 #include "control.h"
 #include "citadel_dirs.h"
+#include "threads.h"
 
 struct floor *floorcache[MAXFLOORS];