Deleted Added
full compact
0a1
> /* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */
18d18
< RCSID("$OpenBSD: sftp-glob.c,v 1.15 2004/02/17 07:17:29 djm Exp $");
20,23c20,23
< #include "buffer.h"
< #include "bufaux.h"
< #include "xmalloc.h"
< #include "log.h"
---
> #include <sys/types.h>
> #ifdef HAVE_SYS_STAT_H
> # include <sys/stat.h>
> #endif
24a25,28
> #include <dirent.h>
> #include <string.h>
>
> #include "xmalloc.h"
25a30
> #include "buffer.h"