summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sftp.c b/sftp.c
index 2da6c722f..761091ec3 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.87 2006/07/22 20:48:23 stevesk Exp $ */ 1/* $OpenBSD: sftp.c,v 1.88 2006/07/26 02:35:17 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -22,6 +22,7 @@
22# include <sys/stat.h> 22# include <sys/stat.h>
23#endif 23#endif
24#include <sys/ioctl.h> 24#include <sys/ioctl.h>
25#include <sys/param.h>
25#include <sys/socket.h> 26#include <sys/socket.h>
26#include <sys/wait.h> 27#include <sys/wait.h>
27 28