warning fixes and cleanups for 64-bit machines
[citadel.git] / citadel / aidepost.c
index 1d38d92ef712dc58cc56459d219c77652a33e39f..37d1a295e92e8b1d4844bd61967d11070a92f646 100644 (file)
 #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;