Blame SOURCES/dovecot-2.3.0.1-libxcrypt.patch

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