Files
pkgsrc-ng/net/cftp/patches/patch-aa
2013-09-26 17:14:40 +02:00

13 lines
269 B
Plaintext

$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>