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