summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-10 16:37:36 +0000
committerstevesk <stevesk@openbsd.org>2006-07-10 16:37:36 +0000
commitf60fc7f4e18877c432858c402385f73c2afe1a28 (patch)
tree9200721f8a6e43b47575c381ec07305bd337974f /usr.bin/ssh/auth.c
parentNetBSD -> .Nx (diff)
downloadwireguard-openbsd-f60fc7f4e18877c432858c402385f73c2afe1a28.tar.xz
wireguard-openbsd-f60fc7f4e18877c432858c402385f73c2afe1a28.zip
move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r--usr.bin/ssh/auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c
index eec3d7af432..82ad36b0343 100644
--- a/usr.bin/ssh/auth.c
+++ b/usr.bin/ssh/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.68 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: auth.c,v 1.69 2006/07/10 16:37:36 stevesk Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -31,6 +31,7 @@
#include <libgen.h>
#include <paths.h>
#include <pwd.h>
+#include <stdarg.h>
#include "xmalloc.h"
#include "match.h"