]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_chat.c
* Moved num_parms() and all the extract() type functions into tools.c
[citadel.git] / citadel / serv_chat.c
index 022ce07aaaa92d76734b13a130e326cc049fbce1..8325d768207122d86183a4e0cf75f983f578d386 100644 (file)
@@ -24,6 +24,7 @@
 #include "support.h"
 #include "config.h"
 #include "dynloader.h"
+#include "tools.h"
 
 struct ChatLine *ChatQueue = NULL;
 int ChatLastMsg = 0;