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

--- storage/authreg_mysql.c.orig 2016-05-22 15:52:07 UTC
+++ storage/authreg_mysql.c
@@ -20,6 +20,8 @@
/* this module talks to a MySQL server via libmysqlclient */
+#include <stdio.h>
+
#define _XOPEN_SOURCE 500
#include "c2s.h"
#include <mysql.h>