diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/full_example.c | 2 | ||||
-rw-r--r-- | examples/simple_example.c | 2 |
2 files changed, 2 insertions, 2 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; 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; |