summaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_unix/pam_unix.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-02-05 06:08:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-02-05 06:08:26 +0000
commit8c66575de8b53827b65ebb739b9d9dd073824790 (patch)
tree1d59d4737334f2a8d2ca3b72b43b779f760b24a7 /lib/libpam/modules/pam_unix/pam_unix.c
parent4d383110e5702ffdc70fee214cc5ccb3b7d82c82 (diff)
Notes
Diffstat (limited to 'lib/libpam/modules/pam_unix/pam_unix.c')
-rw-r--r--lib/libpam/modules/pam_unix/pam_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpam/modules/pam_unix/pam_unix.c b/lib/libpam/modules/pam_unix/pam_unix.c
index 6eb443796a21..11cd42558c78 100644
--- a/lib/libpam/modules/pam_unix/pam_unix.c
+++ b/lib/libpam/modules/pam_unix/pam_unix.c
@@ -71,9 +71,9 @@ __FBSDID("$FreeBSD$");
#define PAM_SM_SESSION
#define PAM_SM_PASSWORD
+#include <security/pam_appl.h>
#include <security/pam_modules.h>
-
-#include "pam_mod_misc.h"
+#include <security/pam_mod_misc.h>
#define USER_PROMPT "Username: "
#define PASSWORD_PROMPT "Password:"