summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index 0342de47d..f8549ea76 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-glob.c,v 1.20 2006/07/10 16:01:57 stevesk Exp $ */ 1/* $OpenBSD: sftp-glob.c,v 1.21 2006/07/22 20:48:23 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -21,8 +21,9 @@
21#ifdef HAVE_SYS_STAT_H 21#ifdef HAVE_SYS_STAT_H
22# include <sys/stat.h> 22# include <sys/stat.h>
23#endif 23#endif
24 24
25#include <dirent.h> 25#include <dirent.h>
26#include <string.h>
26 27
27#include "xmalloc.h" 28#include "xmalloc.h"
28 29