chiark / gitweb /
Import release 0.1.10
[secnet.git] / config.h.bot
index 68a2684566da0891d37b506e973b470fec3b6b04..889736c5ee511249344e0b743ddecdaa1eda6805 100644 (file)
@@ -44,6 +44,8 @@ typedef unsigned char uint8_t;
 #endif
 
 #ifndef HAVE_SNPRINTF
+#include <stdio.h>
+#include <stdarg.h>
 #include "snprintf.h"
 #endif