]> code.citadel.org Git - citadel.git/blobdiff - citadel/control.c
warning fixes and cleanups for 64-bit machines
[citadel.git] / citadel / control.c
index fd44e0905c6d3aaa0bcd9a6e30931d19cf6e8816..c1a34fbc46dcd34e8e342f2300ec62f5111a940e 100644 (file)
 #include "tools.h"
 #include "room_ops.h"
 
+#ifndef HAVE_SNPRINTF
+#include "snprintf.h"
+#endif
+
 struct CitControl CitControl;
 struct config config;
 FILE *control_fp = NULL;