diff options
Diffstat (limited to 'net-im/jabberd/files/patch-storage__authreg_pgsql.c')
-rw-r--r-- | net-im/jabberd/files/patch-storage__authreg_pgsql.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/jabberd/files/patch-storage__authreg_pgsql.c b/net-im/jabberd/files/patch-storage__authreg_pgsql.c new file mode 100644 index 000000000000..42f8ad010e03 --- /dev/null +++ b/net-im/jabberd/files/patch-storage__authreg_pgsql.c @@ -0,0 +1,11 @@ +--- ./storage/authreg_pgsql.c.orig 2013-11-12 10:09:39.000000000 +0000 ++++ ./storage/authreg_pgsql.c 2013-12-15 10:29:42.320778996 +0000 +@@ -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> |