X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/b0f6943a5dc83eaaaba15ebce897e162c1624033..a03acb8f71abe2c1128ab91b53922238a2d6042e:/sftp-common.c diff --git a/sftp-common.c b/sftp-common.c index 6fd0d76b..7ebadcc5 100644 --- a/sftp-common.c +++ b/sftp-common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-common.c,v 1.16 2006/07/22 19:08:54 stevesk Exp $ */ +/* $OpenBSD: sftp-common.c,v 1.20 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -28,15 +28,18 @@ #include #include +#include #include #include +#include +#include #include +#include +#include "xmalloc.h" #include "buffer.h" -#include "bufaux.h" #include "log.h" -#include "xmalloc.h" #include "sftp.h" #include "sftp-common.h"