diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-11-19 02:19:08 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-11-19 02:19:08 +0100 |
| commit | c3a88777291223b4ed750a3450abc373ecab8ecb (patch) | |
| tree | 44065ac3ac76791d6f77452abd2d8e94cbc911f6 /src/cerberus.h | |
| parent | m (diff) | |
| download | cerberus-c3a88777291223b4ed750a3450abc373ecab8ecb.tar.gz cerberus-c3a88777291223b4ed750a3450abc373ecab8ecb.tar.bz2 cerberus-c3a88777291223b4ed750a3450abc373ecab8ecb.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | src/cerberus.h | 3 |
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 |
