X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/536c14e81d4024a88accabb0e38c8f5f69451cf7..f67f71f13830a2ac281f3ea2e0649aa4e3814aa7:/sftp-common.c diff --git a/sftp-common.c b/sftp-common.c index da907ff0..7ebadcc5 100644 --- a/sftp-common.c +++ b/sftp-common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-common.c,v 1.18 2006/07/26 02:35:17 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. @@ -32,13 +32,14 @@ #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"