Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/net-im/jabberd/files/patch-storage__authreg_ldapfull.c
16124 views
1
--- storage/authreg_ldapfull.c.orig 2018-11-01 20:14:26 UTC
2
+++ storage/authreg_ldapfull.c
3
@@ -29,6 +29,8 @@
4
* !!! this blocks for every auth.
5
*/
6
7
+#include <stdio.h>
8
+
9
#define _XOPEN_SOURCE 500 // need this to get crypt()
10
#include "c2s.h"
11
12
13