summaryrefslogtreecommitdiffstats
path: root/sftp-glob.c
diff options
context:
space:
mode:
authorderaadt@openbsd.org <deraadt@openbsd.org>2019-11-13 05:47:52 +0100
committerDamien Miller <djm@mindrot.org>2019-11-14 22:50:10 +0100
commit72687c8e7c38736e3e64e833ee7aa8f9cd9efed1 (patch)
tree0b2b15cc622ba7f617357cfae6556b2c23b3945a /sftp-glob.c
parentPut sshsk_sign call inside ifdef ENABLE_SK. (diff)
downloadopenssh-72687c8e7c38736e3e64e833ee7aa8f9cd9efed1.tar.xz
openssh-72687c8e7c38736e3e64e833ee7aa8f9cd9efed1.zip
upstream: stdarg.h required more broadly; ok djm
OpenBSD-Commit-ID: b5b15674cde1b54d6dbbae8faf30d47e6e5d6513
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 feba0a23c..f573f98f0 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>
*
@@ -23,9 +23,9 @@
#endif
#include <dirent.h>
-#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
+#include <stdarg.h>
#include "xmalloc.h"
#include "sftp.h"