]> andersk Git - openssh.git/blobdiff - includes.h
Attempt to clean up PAM code
[openssh.git] / includes.h
index 8fa174bd6b7b4f48fa6edf026714b7247059eaf9..b2e8c1e78ac83581d902bbb05a8c6452fb337db1 100644 (file)
@@ -61,6 +61,14 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #include "mktemp.h"
 #include "strlcpy.h"
 
+#ifdef HAVE_PAM
+#include <security/pam_appl.h>
+#endif /* HAVE_PAM */
+
+#ifdef HAVE_PWDB
+#include <pwdb/pwdb_map.h>
+#endif /* HAVE_PWDB */
+
 /* Define this to be the path of the xauth program. */
 #ifndef XAUTH_PATH
 #define XAUTH_PATH "/usr/X11R6/bin/xauth"
This page took 0.029381 seconds and 4 git commands to generate.