X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcommands.c;h=e68c4436ca43c47f831b7e7f824b50410dcc685c;hb=366a3a5141eefb75f26621ab6ba2969ad8d42f6e;hp=0a23f4bd62f19700e364eafc2e873fa3f0e641c9;hpb=51d61320a63eadc16dc6c5efd9aa591a38e63ea8;p=citadel.git diff --git a/citadel/commands.c b/citadel/commands.c index 0a23f4bd6..e68c4436c 100644 --- a/citadel/commands.c +++ b/citadel/commands.c @@ -32,12 +32,16 @@ #include #include +#include #include "citadel.h" #include "commands.h" #include "messages.h" #include "citadel_decls.h" #include "routines.h" #include "routines2.h" +#ifndef HAVE_SNPRINTF +#include "snprintf.h" +#endif struct citcmd { struct citcmd *next;