summaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-storage__authreg_mysql.c
blob: 804b657ae5acab929311c66f2742af762b0e5b0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- storage/authreg_mysql.c.orig	2018-11-02 00:09:16 UTC
+++ storage/authreg_mysql.c
@@ -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>