summaryrefslogtreecommitdiffstats
path: root/uidswap.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 12:20:33 +0200
committerDamien Miller <djm@mindrot.org>2006-07-10 12:20:33 +0200
commit427a1d57bb6110dcf2b8fcdcabe566b8290a942a (patch)
treeeb7f8a5ef9c62bb24347a51b424b8144850b97ca /uidswap.c
parent - stevesk@cvs.openbsd.org 2006/07/02 18:36:47 (diff)
downloadopenssh-427a1d57bb6110dcf2b8fcdcabe566b8290a942a.tar.xz
openssh-427a1d57bb6110dcf2b8fcdcabe566b8290a942a.zip
- stevesk@cvs.openbsd.org 2006/07/02 22:45:59
[groupaccess.c groupaccess.h includes.h session.c sftp-common.c sshpty.c] move #include <grp.h> out of includes.h (portable needed uidswap.c too)
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uidswap.c b/uidswap.c
index e5b0595ac..32441828d 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -14,6 +14,8 @@
#include "includes.h"
+#include <grp.h>
+
#include "log.h"
#include "uidswap.h"
#include "xmalloc.h"