]> andersk Git - openssh.git/blobdiff - includes.h
Fix off by one error in PAM env patch
[openssh.git] / includes.h
index 862dbd64fb0a06ab0aa9c98a710f4ab8a16acd0e..609dd49b84c0ce3c07fd7dd3e258b7b441be737a 100644 (file)
@@ -57,10 +57,20 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 
 #include "version.h"
 
+#include "config.h"
+
 #include "helper.h"
 #include "mktemp.h"
 #include "strlcpy.h"
 
+#ifdef HAVE_LIBPAM
+#include <security/pam_appl.h>
+#endif /* HAVE_PAM */
+
+#ifdef HAVE_LIBPWDB
+#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.058865 seconds and 4 git commands to generate.