]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_chat.c
* We now have a housekeeping thread and a housekeeping queue.
[citadel.git] / citadel / serv_chat.c
index 49d5ffa6cd5d21b9a54ab766f9d9842b0c166b2c..9a3813f7d204e585f9be473804b202fdb2886d9b 100644 (file)
@@ -25,9 +25,6 @@
 #include "citadel.h"
 #include "server.h"
 #include <syslog.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
 #include "serv_chat.h"
 #include "sysdep_decls.h"
 #include "citserver.h"
@@ -42,6 +39,8 @@ int ChatLastMsg = 0;
 
 extern struct CitContext *ContextList;
 
+
+
 char *Dynamic_Module_Init(void)
 {
        CtdlRegisterProtoHook(cmd_chat, "CHAT", "Begin real-time chat");