summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sftp.c b/sftp.c
index f5589f2b9..c4f027846 100644
--- a/sftp.c
+++ b/sftp.c
@@ -32,6 +32,7 @@ RCSID("$OpenBSD: sftp.c,v 1.75 2006/02/20 17:19:54 stevesk Exp $");
32#else 32#else
33typedef void EditLine; 33typedef void EditLine;
34#endif 34#endif
35#include <signal.h>
35 36
36#include "buffer.h" 37#include "buffer.h"
37#include "xmalloc.h" 38#include "xmalloc.h"