summaryrefslogtreecommitdiff
path: root/canohost.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 21:08:03 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 21:08:03 +1000
commite3b60b524edcc55d71e7ccb0958fd69a0e525f30 (patch)
treeceaca7ce2723398bb44d4c9ecf92dfe419d0f401 /canohost.c
parent58059aef053a0b925c70b9804930e3fe17edfac8 (diff)
downloadopenssh-git-e3b60b524edcc55d71e7ccb0958fd69a0e525f30.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 'canohost.c')
-rw-r--r--canohost.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/canohost.c b/canohost.c
index 787d338d..538b141b 100644
--- a/canohost.c
+++ b/canohost.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: canohost.c,v 1.54 2006/07/05 02:42:09 stevesk Exp $ */
+/* $OpenBSD: canohost.c,v 1.55 2006/07/08 21:47:12 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -14,6 +14,7 @@
#include "includes.h"
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>