]> andersk Git - openssh.git/blobdiff - sftp-server.c
- stevesk@cvs.openbsd.org 2006/07/25 02:59:21
[openssh.git] / sftp-server.c
index 6067f0203402c7ed10c380ad0be7f35af2128ca1..13ba8e6257882e57e8a8f81638dd9d70d75dffb8 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-server.c,v 1.65 2006/07/22 20:48:23 stevesk Exp $ */
+/* $OpenBSD: sftp-server.c,v 1.66 2006/07/25 02:59:21 stevesk Exp $ */
 /*
  * Copyright (c) 2000-2004 Markus Friedl.  All rights reserved.
  *
@@ -18,6 +18,9 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
+#endif
 
 #include <dirent.h>
 #include <errno.h>
This page took 0.031185 seconds and 4 git commands to generate.