diff options
author | kotontrion <[email protected]> | 2024-07-17 08:33:53 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-17 08:33:53 +0200 |
commit | 3e9d84ad529bda7f295b5b981fbc3a470772bd0d (patch) | |
tree | 9e3bf7e20e0cedc9aa6a335e8e45a90ab344d3aa /src/pam.c | |
parent | b35a38aa93670f6be06202f2ad3066a227f0a1b9 (diff) |
move header to astal-auth.h
Diffstat (limited to 'src/pam.c')
-rw-r--r-- | src/pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #include <security/_pam_types.h> #include <security/pam_appl.h> -#include "auth.h" +#include "astal-auth.h" struct _AstalAuthPam { GObject parent_instance; |