1--- storage/authreg_mysql.c.orig 2018-11-02 00:09:16 UTC 2+++ storage/authreg_mysql.c 3@@ -20,6 +20,8 @@ 4 5 /* this module talks to a MySQL server via libmysqlclient */ 6 7+#include <stdio.h> 8+ 9 #define _XOPEN_SOURCE 500 10 #include "c2s.h" 11 #include <mysql.h> 12 13