summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/serverloop.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-25 02:59:22 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-25 02:59:22 +0000
commita882fc46ec12858811e83fd27f614f67a141751d (patch)
treef7e66d93dfd0bbc52357896108b3e4a87ab222c1 /usr.bin/ssh/serverloop.c
parentc643061a94d09e4f9c59f3bd3d661682d461281d (diff)
move #include <sys/time.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r--usr.bin/ssh/serverloop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c
index bf4d53adc0f..28bf8e9fe23 100644
--- a/usr.bin/ssh/serverloop.c
+++ b/usr.bin/ssh/serverloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: serverloop.c,v 1.141 2006/07/22 20:48:23 stevesk Exp $ */
+/* $OpenBSD: serverloop.c,v 1.142 2006/07/25 02:59:21 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -40,6 +40,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <netinet/in.h>