Blame SOURCES/dovecot-2.3.0.1-libxcrypt.patch

8f30fd
diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt dovecot-2.3.0.1/src/auth/mycrypt.c
8f30fd
--- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt       2018-02-28 15:28:58.000000000 +0100
8f30fd
+++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200
8f30fd
@@ -14,6 +14,7 @@
8f30fd
 #  define _XPG6 /* Some Solaris versions require this, some break with this */
8f30fd
 #endif
8f30fd
 #include <unistd.h>
8f30fd
+#include <crypt.h>
8f30fd
 
8f30fd
 #include "mycrypt.h"
8f30fd