aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-storage__authreg_mysql.c
blob: e9d66ee02766cc65cc91d4c31df87ff0287d2439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./storage/authreg_mysql.c.orig	2013-11-12 09:53:47.000000000 +0000
+++ ./storage/authreg_mysql.c	2013-12-15 10:29:42.318779446 +0000
@@ -20,6 +20,8 @@
 
 /* this module talks to a MySQL server via libmysqlclient */
 
+#include <stdio.h>
+
 #define _XOPEN_SOURCE 500
 #include "c2s.h"
 #include <mysql.h>