Moved all threading code into threads.c
[citadel.git] / citadel / msgbase.c
index e038000cbc52f10bee9a167a7b2128a2a701a405..6fc437faf5ace9b3ad333b3fc70b73d0b5ef18c6 100644 (file)
@@ -53,7 +53,7 @@
 #include "citadel_dirs.h"
 #include "clientsocket.h"
 #include "serv_network.h"
-
+#include "threads.h"
 
 long config_msgnum;
 struct addresses_to_be_filed *atbf = NULL;