summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index fa833d25d..b66037f16 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.194 2019/07/10 07:04:27 tb Exp $ */ 1/* $OpenBSD: sftp.c,v 1.195 2019/10/02 00:42:30 djm 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 *
@@ -53,7 +53,6 @@ typedef void EditLine;
53#include <stdio.h> 53#include <stdio.h>
54#include <string.h> 54#include <string.h>
55#include <unistd.h> 55#include <unistd.h>
56#include <stdarg.h>
57 56
58#ifdef HAVE_UTIL_H 57#ifdef HAVE_UTIL_H
59# include <util.h> 58# include <util.h>