aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-storage__authreg_sqlite.c
blob: abb08230034452dae7e9ba644bc9db447585a4e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- storage/authreg_sqlite.c.orig	2016-05-03 20:05:25 UTC
+++ storage/authreg_sqlite.c
@@ -29,6 +29,8 @@
  * to the Jabberd project.
  */
 
+#include <stdio.h>
+
 #define _XOPEN_SOURCE 500
 #include "c2s.h"
 #include <sqlite3.h>