diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 20:53:08 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 20:53:08 +1000 |
commit | 9f2abc47ebd58c974f51718f31009b49a001c0d7 (patch) | |
tree | b1596b7b77ec40c33749f40e0e126fe389d4fd47 /loginrec.c | |
parent | fef95ad81645250b83f7c83233648471d8d0edab (diff) |
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c]
[auth-rhosts.c auth-rsa.c auth.c auth.h auth2-hostbased.c]
[auth2-pubkey.c auth2.c includes.h misc.c misc.h monitor.c]
[monitor_wrap.c monitor_wrap.h scp.c serverloop.c session.c]
[session.h sftp-common.c ssh-add.c ssh-keygen.c ssh-keysign.c]
[ssh.c sshconnect.c sshconnect.h sshd.c sshpty.c sshpty.h uidswap.c]
[uidswap.h]
move #include <pwd.h> out of includes.h; ok markus@
Diffstat (limited to 'loginrec.c')
-rw-r--r-- | loginrec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loginrec.c b/loginrec.c index 76ddc2000..42f022fd9 100644 --- a/loginrec.c +++ b/loginrec.c | |||
@@ -153,6 +153,8 @@ | |||
153 | 153 | ||
154 | #include <netinet/in.h> | 154 | #include <netinet/in.h> |
155 | 155 | ||
156 | #include <pwd.h> | ||
157 | |||
156 | #include "ssh.h" | 158 | #include "ssh.h" |
157 | #include "xmalloc.h" | 159 | #include "xmalloc.h" |
158 | #include "loginrec.h" | 160 | #include "loginrec.h" |