X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_chat.c;h=ea34b2206710db5e04a5879c87023103b776a948;hb=c9b74bf4f13068eec3918a78e2267568230f0361;hp=d9f1c2fd047cd7e9f6d7145bcd9f1f470e6de808;hpb=4c151363b4ac3273854c6531a542d1547fcbc000;p=citadel.git diff --git a/citadel/serv_chat.c b/citadel/serv_chat.c index d9f1c2fd0..ea34b2206 100644 --- a/citadel/serv_chat.c +++ b/citadel/serv_chat.c @@ -16,12 +16,12 @@ #ifdef NEED_SELECT_H #include #endif -#include "proto.h" +#include "serv_chat.h" +#include "sysdep_decls.h" +#include "citserver.h" +#include "support.h" extern struct config config; - -typedef struct CitContext t_context; - extern struct CitContext *ContextList; struct ChatLine *ChatQueue = NULL;