diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-18 17:55:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-18 17:55:43 +0100 |
commit | 887ecca62530595982764230f8d411e51ef7d31d (patch) | |
tree | 0382ee4d137998f69e5baca59d0009741719fa4a /src/security.h | |
parent | m (diff) | |
download | libpassphrase-887ecca62530595982764230f8d411e51ef7d31d.tar.gz libpassphrase-887ecca62530595982764230f8d411e51ef7d31d.tar.bz2 libpassphrase-887ecca62530595982764230f8d411e51ef7d31d.tar.xz |
fix errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/security.h')
-rw-r--r-- | src/security.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/security.h b/src/security.h index 464afbf..b16ef1b 100644 --- a/src/security.h +++ b/src/security.h @@ -22,6 +22,9 @@ #include <termios.h> #include <fcntl.h> #include <signal.h> +#include <string.h> +#include <stropts.h> +#include <linux/vt.h> #ifndef TTY_PERM |