summaryrefslogtreecommitdiff
path: root/examples/full_example.c
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-17 08:33:53 +0200
committerkotontrion <[email protected]>2024-07-17 08:33:53 +0200
commit3e9d84ad529bda7f295b5b981fbc3a470772bd0d (patch)
tree9e3bf7e20e0cedc9aa6a335e8e45a90ab344d3aa /examples/full_example.c
parentb35a38aa93670f6be06202f2ad3066a227f0a1b9 (diff)
move header to astal-auth.h
Diffstat (limited to 'examples/full_example.c')
-rw-r--r--examples/full_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/full_example.c b/examples/full_example.c
index 73096a6..a20c02b 100644
--- a/examples/full_example.c
+++ b/examples/full_example.c
@@ -1,6 +1,6 @@
#include <bsd/readpassphrase.h>
-#include "auth.h"
+#include "astal-auth.h"
GMainLoop *loop;