diff options
author | kotontrion <[email protected]> | 2024-05-19 13:15:36 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-05-19 13:15:36 +0200 |
commit | 30b7ccfe9048560989c37bd3e00ff81d16919d55 (patch) | |
tree | 1da92c1791681a9dde7c9f83b150696f4056ddf9 /src/pam.c | |
parent | d8802b1fa2c586d05c73e53fb541e1ef482a527e (diff) |
fix header paths
Diffstat (limited to 'src/pam.c')
-rw-r--r-- | src/pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include "pam.h" +#include "auth.h" #include <pwd.h> #include <security/_pam_types.h> #include <security/pam_appl.h> |