summaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-storage__authreg_ldapfull.c
blob: 523d0d821bb34a2e355b53985f7b95e925c869c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"