aboutsummaryrefslogtreecommitdiff
path: root/pam_sql
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-27 15:30:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-27 15:30:15 +0000
commit27cbbfe1b7e241b2cb678caf992c5fd1ec8bc10b (patch)
treee7891cbb84f94c102fb7bd2545a1168f58e7af52 /pam_sql
parentaaf0e433317374ee564582c75389389b60fd7b27 (diff)
downloadpam-modules-27cbbfe1b7e241b2cb678caf992c5fd1ec8bc10b.tar.gz
pam-modules-27cbbfe1b7e241b2cb678caf992c5fd1ec8bc10b.tar.bz2
Avoid gcc warnings
git-svn-id: file:///svnroot/pam-modules/trunk@106 56984be4-0537-0410-a56c-fcb268c96130
Diffstat (limited to 'pam_sql')
-rw-r--r--pam_sql/pam_sql.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pam_sql/pam_sql.h b/pam_sql/pam_sql.h
index c46e34f..37a03af 100644
--- a/pam_sql/pam_sql.h
+++ b/pam_sql/pam_sql.h
@@ -23,6 +23,9 @@
#else
extern char *crypt(const char *, const char *);
#endif
+#if HAVE_SECURITY_PAM_MISC_H
+# include <security/pam_misc.h>
+#endif
#include <md5.h>
#include <sha1.h>

Return to:

Send suggestions and report system problems to the System administrator.