X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Faidepost.c;h=37d1a295e92e8b1d4844bd61967d11070a92f646;hb=1f79d7b9a6f60f331ea0c90e9eb4ef7c40ee7aa5;hp=1d38d92ef712dc58cc56459d219c77652a33e39f;hpb=393c54bc74b1ae9bc6bba28913daa98456d0b673;p=citadel.git diff --git a/citadel/aidepost.c b/citadel/aidepost.c index 1d38d92ef..37d1a295e 100644 --- a/citadel/aidepost.c +++ b/citadel/aidepost.c @@ -25,6 +25,11 @@ #include "citadel.h" #include "config.h" +#ifndef HAVE_SNPRINTF +#include "snprintf.h" +#endif + + static void make_message(FILE *fp, char *target_room, char *author) { int a;