]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_tools.c
warning fixes and cleanups for 64-bit machines
[citadel.git] / citadel / imap_tools.c
index 58aabd897da843ac79c3b2e8fa8c070419c79e8e..c205dbd35bbfc07909e159e2c2a32c36a68cfa37 100644 (file)
 #include "imap_tools.h"
 
 
+#ifndef HAVE_SNPRINTF
+#include "snprintf.h"
+#endif
+
 /*
  * Output a string to the IMAP client, either as a literal or quoted.
  * (We do a literal if it has any double-quotes or backslashes.)