]> code.citadel.org Git - citadel.git/blobdiff - citadel/internet_addressing.c
warning fixes and cleanups for 64-bit machines
[citadel.git] / citadel / internet_addressing.c
index ca0530d968bc2dde41f9fe48219bfbff0279a17f..678189bb1b4b1ad7e947ea6d3100de21bcdbfbbb 100644 (file)
 #include "parsedate.h"
 
 
+#ifndef HAVE_SNPRINTF
+#include "snprintf.h"
+#endif
+
+
 struct trynamebuf {
        char buffer1[SIZ];
        char buffer2[SIZ];