aboutsummaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-02-14 21:04:52 +0000
committerEd Maste <emaste@FreeBSD.org>2021-02-14 21:04:52 +0000
commit82e5fdc50050d6dccf1f547818312aebd3b6626e (patch)
treeb461b67d9d667b0417001eb929b26fa3b198d93f /sftp-glob.c
parent0194e6d04277a638afac6c4a664d3bc6a0d944eb (diff)
downloadsrc-82e5fdc50050d6dccf1f547818312aebd3b6626e.tar.gz
src-82e5fdc50050d6dccf1f547818312aebd3b6626e.zip
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index c196c51e569f..f573f98f01ec 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-glob.c,v 1.28 2019/10/02 00:42:30 djm Exp $ */
+/* $OpenBSD: sftp-glob.c,v 1.29 2019/11/13 04:47:52 deraadt Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@ -25,6 +25,7 @@
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
+#include <stdarg.h>
#include "xmalloc.h"
#include "sftp.h"