diff options
-rw-r--r-- | src/cli.c | 1 | ||||
-rw-r--r-- | src/psk.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,7 @@ #include "error.h" #include "read-file.h" +#include "getpass.h" #include "common.h" #include "cli-gaa.h" @@ -49,6 +49,7 @@ psktool_version (void) #include <psk-gaa.h> #include <gc.h> /* for randomize */ +#include "getpass.h" #include <sys/types.h> #include <sys/stat.h> |