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 5174edd..844f423 100644 --- a/examples/full_example.c +++ b/examples/full_example.c @@ -1,4 +1,4 @@ -#include "pam.h" +#include "auth.h" #include <bsd/readpassphrase.h> GMainLoop *loop; diff --git a/examples/simple_example.c b/examples/simple_example.c index e48bc78..257c2fe 100644 --- a/examples/simple_example.c +++ b/examples/simple_example.c @@ -1,5 +1,5 @@ #include <bsd/readpassphrase.h> -#include "pam.h" +#include "auth.h" GMainLoop *loop; |