aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth/pam.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-22 06:31:37 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-22 06:31:37 +0100
commit094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a (patch)
treeceda0607d4d3a8333f0d6b438965c9e27a847b56 /src/auth/pam.c
parentpam_acct_mgmt freezes (diff)
downloadlibpassphrase-094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a.tar.gz
libpassphrase-094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a.tar.bz2
libpassphrase-094cd2dbd5e79e8ad607286f8af2ebd27fd8ed7a.tar.xz
optionally use PAM
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/auth/pam.c (renamed from src/pam.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pam.c b/src/auth/pam.c
index 288196e..e02aed1 100644
--- a/src/pam.c
+++ b/src/auth/pam.c
@@ -23,7 +23,7 @@
#include <security/pam_appl.h>
#include <security/pam_misc.h>
-#include "config.h"
+#include "../config.h"
#include "pam.h"