diff options
author | kotontrion <[email protected]> | 2024-05-19 13:15:36 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-05-19 13:15:36 +0200 |
commit | 30b7ccfe9048560989c37bd3e00ff81d16919d55 (patch) | |
tree | 1da92c1791681a9dde7c9f83b150696f4056ddf9 /examples/simple_example.c | |
parent | d8802b1fa2c586d05c73e53fb541e1ef482a527e (diff) |
fix header paths
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 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; |