1--- storage/authreg_sqlite.c.orig 2016-05-03 20:05:25 UTC 2+++ storage/authreg_sqlite.c 3@@ -29,6 +29,8 @@ 4 * to the Jabberd project. 5 */ 6 7+#include <stdio.h> 8+ 9 #define _XOPEN_SOURCE 500 10 #include "c2s.h" 11 #include <sqlite3.h> 12 13