Moved all threading code into threads.c
[citadel.git] / citadel / control.c
index f03aea7b35d4662a8f7eafc324525c4a4582383c..9e01aa8a1a216ffa0a88292ba2f36c4585fb477e 100644 (file)
@@ -41,6 +41,7 @@
 #include "room_ops.h"
 #include "user_ops.h"
 #include "database.h"
+#include "threads.h"
 
 #ifndef HAVE_SNPRINTF
 #include "snprintf.h"