summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-08-23 06:57:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-08-23 06:57:36 +0000
commit0ce5bbfd47277df5bea04f328ef8bb5a2694a8a2 (patch)
treec1ee73752ba319c132b70cbd3e0c44ca62f64eb0 /auth
parenta437ac395dccd5ccd0adfc5376b5e3a1a05f7365 (diff)
downloadmailutils-0ce5bbfd47277df5bea04f328ef8bb5a2694a8a2.tar.gz
mailutils-0ce5bbfd47277df5bea04f328ef8bb5a2694a8a2.tar.bz2
Include <crypt.h> when available
Diffstat (limited to 'auth')
-rw-r--r--auth/sql.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/auth/sql.c b/auth/sql.c
index 9d3c4d1d1..033acb868 100644
--- a/auth/sql.c
+++ b/auth/sql.c
@@ -33,6 +33,9 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
+#ifdef HAVE_CRYPT_H
+# include <crypt.h>
+#endif
#include <mailutils/list.h>
#include <mailutils/iterator.h>

Return to:

Send suggestions and report system problems to the System administrator.