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 /examples/simple_example.c | |
parent | b35a38aa93670f6be06202f2ad3066a227f0a1b9 (diff) |
move header to astal-auth.h
Diffstat (limited to 'examples/simple_example.c')
-rw-r--r-- | examples/simple_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple_example.c b/examples/simple_example.c index e11b5f9..d00bad2 100644 --- a/examples/simple_example.c +++ b/examples/simple_example.c @@ -1,6 +1,6 @@ #include <bsd/readpassphrase.h> -#include "auth.h" +#include "astal-auth.h" GMainLoop *loop; |