ports/net-im/jabberd/files/patch-storage__authreg_sqlite.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
229 B
C

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