ports/net-im/jabberd/files/patch-storage__authreg_pgsql.c
Martin Matuska 1328789e66 Update net-im/jabberd to 2.4.0
Add patch for crypt_r() conflict in 12-CURRENT
2016-08-28 12:28:32 +00:00

11 lines
255 B
C

--- 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>