Fixed the bug that prevented DOWN from working properly.
[citadel.git] / citadel / server_main.c
index 71f81feb398936e5499db698ebcc6451e099641d..5d73d7a523ceb3899839e031bafb80e8c653365f 100644 (file)
@@ -57,6 +57,8 @@
 #include "svn_revision.h"
 #include "citadel_dirs.h"
 
+#include "context.h"
+
 #include "modules_init.h"
 #include "ecrash.h"
 
@@ -71,8 +73,6 @@ const char *CitadelServiceUDS="citadel-UDS";
 const char *CitadelServiceTCP="citadel-TCP";
 
 
-extern struct CitContext masterCC;
-
 
 void go_threading(void);