pkgsrc/net/cftp/patches/patch-aa
2005-11-08 15:40:27 +00:00

12 lines
269 B
Text

$NetBSD: patch-aa,v 1.3 2005/11/08 15:40:28 tv Exp $
--- sftp.c.orig 2002-09-16 08:42:42.000000000 -0400
+++ sftp.c
@@ -28,6 +28,7 @@
#ifdef USE_SFTP
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/uio.h>
#include <sys/stat.h>
#include <sys/wait.h>