aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-storage__authreg_pgsql.c
blob: d6764a5c3adcd4c0708c7831e0772de632fd9cf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- storage/authreg_pgsql.c.orig	2016-05-08 14:30:08 UTC
+++ storage/authreg_pgsql.c
@@ -20,6 +20,8 @@
 
 /* this module talks to a PostgreSQL server via libpq */
 
+#include <stdio.h>
+
 #define _XOPEN_SOURCE 500
 #include "c2s.h"
 #include <libpq-fe.h>