X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_smtp.c;h=2d3ef0ceb15cd629fba46c21ec2a5caab73b3803;hb=1f79d7b9a6f60f331ea0c90e9eb4ef7c40ee7aa5;hp=b79d4403023b9f522f9dbbe33418dd00f7128a92;hpb=393c54bc74b1ae9bc6bba28913daa98456d0b673;p=citadel.git diff --git a/citadel/serv_smtp.c b/citadel/serv_smtp.c index b79d44030..2d3ef0ceb 100644 --- a/citadel/serv_smtp.c +++ b/citadel/serv_smtp.c @@ -51,6 +51,10 @@ #include "clientsocket.h" +#ifndef HAVE_SNPRINTF +#include "snprintf.h" +#endif + struct citsmtp { /* Information about the current session */ int command_state; char helo_node[SIZ];