]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_chat.c
warning fixes and cleanups for 64-bit machines
[citadel.git] / citadel / serv_chat.c
index afe54a979099c22e2206c67a8146dd72a5b7033e..4ac4ce50f6b533917e221d7a96f27687dc9d8294 100644 (file)
 #include "user_ops.h"
 #include "room_ops.h"
 
+#ifndef HAVE_SNPRINTF
+#include "snprintf.h"
+#endif
+
 struct ChatLine *ChatQueue = NULL;
 int ChatLastMsg = 0;