freebsd-ports/net-im/jabberd/files/patch-storage__authreg_ldapfull.c
2018-11-02 00:22:33 +00:00

11 lines
249 B
C

--- storage/authreg_ldapfull.c.orig 2018-11-01 20:14:26 UTC
+++ storage/authreg_ldapfull.c
@@ -29,6 +29,8 @@
* !!! this blocks for every auth.
*/
+#include <stdio.h>
+
#define _XOPEN_SOURCE 500 // need this to get crypt()
#include "c2s.h"