diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 13:08:03 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 13:08:03 +0200 |
commit | e3b60b524edcc55d71e7ccb0958fd69a0e525f30 (patch) | |
tree | ceaca7ce2723398bb44d4c9ecf92dfe419d0f401 /monitor.c | |
parent | - stevesk@cvs.openbsd.org 2006/07/06 17:36:37 (diff) | |
download | openssh-e3b60b524edcc55d71e7ccb0958fd69a0e525f30.tar.xz openssh-e3b60b524edcc55d71e7ccb0958fd69a0e525f30.zip |
- stevesk@cvs.openbsd.org 2006/07/08 21:47:12
[authfd.c canohost.c clientloop.c dns.c dns.h includes.h]
[monitor_fdpass.c nchan.c packet.c servconf.c sftp.c ssh-agent.c]
[ssh-keyscan.c ssh.c sshconnect.h sshd.c sshlogin.h]
move #include <sys/socket.h> out of includes.h
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include "includes.h" #include <sys/types.h> +#include <sys/socket.h> #include <sys/wait.h> #ifdef HAVE_PATHS_H |