summaryrefslogtreecommitdiff
path: root/sftp-common.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:07:08 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:07:08 +1000
commita5362458d0e1d2387a05f5c7c29e4f5b87501824 (patch)
tree46ed672ee8e9a69c3e12da0cdec036d994714aa6 /sftp-common.h
parent686852f665376c2287c716f8d388b42c1727210b (diff)
downloadopenssh-git-a5362458d0e1d2387a05f5c7c29e4f5b87501824.tar.gz
- stevesk@cvs.openbsd.org 2006/07/10 16:01:57
[sftp-glob.c sftp-common.h sftp.c] buffer.h only needed in sftp-common.h and remove some unneeded user includes; ok djm@
Diffstat (limited to 'sftp-common.h')
-rw-r--r--sftp-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp-common.h b/sftp-common.h
index 88c76c17..9a64dc52 100644
--- a/sftp-common.h
+++ b/sftp-common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-common.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: sftp-common.h,v 1.9 2006/07/10 16:01:57 stevesk Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -28,6 +28,8 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include "buffer.h"
+
/* Maximum packet that we are willing to send/accept */
#define SFTP_MAX_MSG_LENGTH (256 * 1024)