aboutsummaryrefslogtreecommitdiffstats
path: root/src/cerberus.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-19 02:30:33 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-19 02:30:33 +0100
commit2668d799b828d864c13d8a55b58965493d52a4f5 (patch)
treea78a07a164bddc9f0afbe6785c5a865def732506 /src/cerberus.h
parentm (diff)
downloadlibpassphrase-2668d799b828d864c13d8a55b58965493d52a4f5.tar.gz
libpassphrase-2668d799b828d864c13d8a55b58965493d52a4f5.tar.bz2
libpassphrase-2668d799b828d864c13d8a55b58965493d52a4f5.tar.xz
set supplemental groups
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/cerberus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cerberus.h b/src/cerberus.h
index 706925a..a2df554 100644
--- a/src/cerberus.h
+++ b/src/cerberus.h
@@ -30,9 +30,8 @@
#include <termios.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
-#ifdef USE_TTY_GROUP
+#include <sys/types.h>
#include <grp.h>
-#endif
#include "config.h"