aboutsummaryrefslogtreecommitdiffstats
path: root/src/cerberus.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-19 02:19:08 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-19 02:19:08 +0100
commitc3a88777291223b4ed750a3450abc373ecab8ecb (patch)
tree44065ac3ac76791d6f77452abd2d8e94cbc911f6 /src/cerberus.h
parentm (diff)
downloadlibpassphrase-c3a88777291223b4ed750a3450abc373ecab8ecb.tar.gz
libpassphrase-c3a88777291223b4ed750a3450abc373ecab8ecb.tar.bz2
libpassphrase-c3a88777291223b4ed750a3450abc373ecab8ecb.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/cerberus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cerberus.h b/src/cerberus.h
index e195245..706925a 100644
--- a/src/cerberus.h
+++ b/src/cerberus.h
@@ -26,7 +26,10 @@
#include <signal.h>
#include <pwd.h>
#include <errno.h>
+#include <stropts.h>
+#include <termios.h>
#include <sys/wait.h>
+#include <sys/ioctl.h>
#ifdef USE_TTY_GROUP
#include <grp.h>
#endif