warning fixes and cleanups for 64-bit machines
[citadel.git] / citadel / serv_smtp.c
index b79d4403023b9f522f9dbbe33418dd00f7128a92..2d3ef0ceb15cd629fba46c21ec2a5caab73b3803 100644 (file)
 #include "clientsocket.h"
 
 
+#ifndef HAVE_SNPRINTF
+#include "snprintf.h"
+#endif
+
 struct citsmtp {               /* Information about the current session */
        int command_state;
        char helo_node[SIZ];