]> git.pld-linux.org Git - packages/dovecot.git/blob - crypt.patch
Release 3 (by relup.sh)
[packages/dovecot.git] / crypt.patch
1 --- dovecot-2.3.2.1/src/auth/mycrypt.c~ 2018-04-30 15:52:04.000000000 +0200
2 +++ dovecot-2.3.2.1/src/auth/mycrypt.c  2018-08-10 12:30:04.828556600 +0200
3 @@ -14,6 +14,7 @@
4  #  define _XPG6 /* Some Solaris versions require this, some break with this */
5  #endif
6  #include <unistd.h>
7 +#include <crypt.h>
8  
9  #include "mycrypt.h"
10  
This page took 0.059622 seconds and 3 git commands to generate.