summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index f8549ea76..cdc270827 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-glob.c,v 1.21 2006/07/22 20:48:23 stevesk Exp $ */ 1/* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt 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 *
@@ -26,8 +26,8 @@
26#include <string.h> 26#include <string.h>
27 27
28#include "xmalloc.h" 28#include "xmalloc.h"
29
30#include "sftp.h" 29#include "sftp.h"
30#include "buffer.h"
31#include "sftp-common.h" 31#include "sftp-common.h"
32#include "sftp-client.h" 32#include "sftp-client.h"
33 33