summaryrefslogtreecommitdiff
path: root/src/pam.c
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-05-19 13:15:36 +0200
committerkotontrion <[email protected]>2024-05-19 13:15:36 +0200
commit30b7ccfe9048560989c37bd3e00ff81d16919d55 (patch)
tree1da92c1791681a9dde7c9f83b150696f4056ddf9 /src/pam.c
parentd8802b1fa2c586d05c73e53fb541e1ef482a527e (diff)
fix header paths
Diffstat (limited to 'src/pam.c')
-rw-r--r--src/pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pam.c b/src/pam.c
index de32531..760680e 100644
--- a/src/pam.c
+++ b/src/pam.c
@@ -1,4 +1,4 @@
-#include "pam.h"
+#include "auth.h"
#include <pwd.h>
#include <security/_pam_types.h>
#include <security/pam_appl.h>