summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
authordjm <djm>2006-07-10 11:08:03 +0000
committerdjm <djm>2006-07-10 11:08:03 +0000
commit79df9d03c97606f51f4ca674b365e4e2367d9646 (patch)
treeca8fbada92a799aa08433075d2de089ba10ec1e8 /nchan.c
parent01b963a6e8a8424b2f5de899918c58e21e1fcecb (diff)
downloadopenssh-79df9d03c97606f51f4ca674b365e4e2367d9646.tar.gz
- 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 'nchan.c')
-rw-r--r--nchan.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/nchan.c b/nchan.c
index 1f4b3967..58b0e98d 100644
--- a/nchan.c
+++ b/nchan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nchan.c,v 1.53 2006/03/25 13:17:02 djm Exp $ */
+/* $OpenBSD: nchan.c,v 1.54 2006/07/08 21:47:12 stevesk Exp $ */
/*
* Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
@@ -25,6 +25,9 @@
#include "includes.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+
#include "ssh1.h"
#include "ssh2.h"
#include "buffer.h"