]> andersk Git - openssh.git/blobdiff - sftp-glob.c
- dtucker@cvs.openbsd.org 2010/01/12 01:31:05
[openssh.git] / sftp-glob.c
index 0342de47d4e5a9ad4b403c22e443482d407d194a..cdc270827972c7074f67bdb06ca46045929d11f8 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-glob.c,v 1.20 2006/07/10 16:01:57 stevesk Exp $ */
+/* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
+
 #include <dirent.h>
+#include <string.h>
 
 #include "xmalloc.h"
-
 #include "sftp.h"
+#include "buffer.h"
 #include "sftp-common.h"
 #include "sftp-client.h"
 
This page took 0.031628 seconds and 4 git commands to generate.