diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 12:20:33 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 12:20:33 +0200 |
commit | 427a1d57bb6110dcf2b8fcdcabe566b8290a942a (patch) | |
tree | eb7f8a5ef9c62bb24347a51b424b8144850b97ca /uidswap.c | |
parent | - stevesk@cvs.openbsd.org 2006/07/02 18:36:47 (diff) | |
download | openssh-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ #include "includes.h" +#include <grp.h> + #include "log.h" #include "uidswap.h" #include "xmalloc.h" |