aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 2 insertions, 1 deletions
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 <ctype.h>
#include <dirent.h>
#include <openssl/aes.h>
#include <openssl/err.h>
@@ -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