summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authordjm <djm>2006-07-10 10:20:33 +0000
committerdjm <djm>2006-07-10 10:20:33 +0000
commitf0997b121fcb06b5530cf6b467b01cd28f944c6e (patch)
tree08e8d2e040054314a3f0b38f43fcc5f1b94f176f /uidswap.c
parent9adc0f9840369cdb5580337772c4e301e4ff2305 (diff)
downloadopenssh-f0997b121fcb06b5530cf6b467b01cd28f944c6e.tar.gz
- 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 e5b0595a..32441828 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"