=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sftp-common.h,v retrieving revision 1.7.2.1 retrieving revision 1.8 diff -u -r1.7.2.1 -r1.8 --- src/usr.bin/ssh/sftp-common.h 2006/09/30 04:06:51 1.7.2.1 +++ src/usr.bin/ssh/sftp-common.h 2006/03/25 22:22:43 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-common.h,v 1.7.2.1 2006/09/30 04:06:51 brad Exp $ */ +/* $OpenBSD: sftp-common.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -24,6 +24,9 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + +#include +#include /* Maximum packet that we are willing to send/accept */ #define SFTP_MAX_MSG_LENGTH (256 * 1024)