Fixed the bug that prevented DOWN from working properly.
[citadel.git] / citadel / modules / expire / serv_expire.c
index b0824e2fb23fea28011c13e7803b028421b400f5..94e716216d68f44291652d084b333e0f06770d9c 100644 (file)
@@ -82,6 +82,7 @@
 #include "control.h"
 #include "serv_network.h"      /* Needed for definition of UseTable */
 #include "threads.h"
+#include "context.h"
 
 #include "ctdl_module.h"