blob: 328600268cd1b63d2818052ef8f9cf7ce3afb2a7 (
plain)
1 --- cyrus-sasl-2.1.22/saslauthd/auth_shadow.c 2006-04-19 21:36:36.000000000 +0200
2 +++ cyrus-sasl-2.1.22-new/saslauthd/auth_shadow.c 2006-05-22 13:21:31.000000000 +0200
3 @@ -45,6 +45,7 @@
4 # include <time.h>
5 # include <pwd.h>
6 # include <syslog.h>
7 +# include <crypt.h>
8 # ifndef HAVE_GETSPNAM
9
10 # ifdef WITH_DES
|