X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/68e39d3803092f9e7307dd1040462adf9c7f8dc5..7501ed0d668ada42afeeecf1b94aa2bd7a01088f:/sftp-glob.c?ds=sidebyside diff --git a/sftp-glob.c b/sftp-glob.c index 9dfbf953..cdc27082 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller * @@ -15,16 +16,18 @@ */ #include "includes.h" -RCSID("$OpenBSD: sftp-glob.c,v 1.16 2006/02/08 23:51:24 stevesk Exp $"); - + +#include +#ifdef HAVE_SYS_STAT_H +# include +#endif + #include +#include -#include "buffer.h" -#include "bufaux.h" #include "xmalloc.h" -#include "log.h" - #include "sftp.h" +#include "buffer.h" #include "sftp-common.h" #include "sftp-client.h"