summaryrefslogtreecommitdiffstats
path: root/auth2-kbdint.c
diff options
context:
space:
mode:
authorderaadt@openbsd.org <deraadt@openbsd.org>2019-11-13 04:47:52 +0000
committerDamien Miller <djm@mindrot.org>2019-11-15 08:50:10 +1100
commit72687c8e7c38736e3e64e833ee7aa8f9cd9efed1 (patch)
tree0b2b15cc622ba7f617357cfae6556b2c23b3945a /auth2-kbdint.c
parent1e0b248d47c96be944868a735553af8482300a07 (diff)
upstream: stdarg.h required more broadly; ok djm
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r--auth2-kbdint.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c
index f88ef2c3..e23d2edd 100644
--- a/auth2-kbdint.c
+++ b/auth2-kbdint.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-kbdint.c,v 1.10 2019/09/06 04:53:27 djm Exp $ */
+/* $OpenBSD: auth2-kbdint.c,v 1.11 2019/11/13 04:47:52 deraadt Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -27,10 +27,9 @@
#include <sys/types.h>
-#include <stdarg.h>
-
#include <stdlib.h>
#include <stdio.h>
+#include <stdarg.h>
#include "xmalloc.h"
#include "packet.h"