]> andersk Git - openssh.git/blobdiff - sshconnect.c
- stevesk@cvs.openbsd.org 2006/07/25 02:59:21
[openssh.git] / sshconnect.c
index 06844eb718e4e12fb89e03b1f7f2d000c1b97c82..4301fb20fa9d265dfcc4d6dc1ead72a9ed584a72 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.194 2006/07/24 13:58:22 stevesk Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.195 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
@@ -19,6 +19,9 @@
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
+#ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
+#endif
 
 #include <netinet/in.h>
 
This page took 0.035834 seconds and 4 git commands to generate.