From 5b8c618ea1e6cb738662410fdf523cea417745a3 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 2 Mar 2024 23:02:22 +0200 Subject: New library needed for password policy --- main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.h') diff --git a/main.h b/main.h index 02d5b7c..78123fe 100644 --- a/main.h +++ b/main.h @@ -1,6 +1,7 @@ #ifndef MAIN_H #define MAIN_H +#include #include #include #include @@ -42,4 +43,4 @@ void load_passwords(const char *dir, const char *user_password); void copy_to_clipboard(char *text); void print_ascii_art(const char *filename); -#endif /* MAIN_H */ +#endif -- cgit v1.2.3