diff options
author | 2006-07-10 16:37:36 +0000 | |
---|---|---|
committer | 2006-07-10 16:37:36 +0000 | |
commit | f60fc7f4e18877c432858c402385f73c2afe1a28 (patch) | |
tree | 9200721f8a6e43b47575c381ec07305bd337974f /usr.bin/ssh/readpass.c | |
parent | NetBSD -> .Nx (diff) | |
download | wireguard-openbsd-f60fc7f4e18877c432858c402385f73c2afe1a28.tar.xz wireguard-openbsd-f60fc7f4e18877c432858c402385f73c2afe1a28.zip |
move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/readpass.c')
-rw-r--r-- | usr.bin/ssh/readpass.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/readpass.c b/usr.bin/ssh/readpass.c index 7be002ca045..78f6768d0f9 100644 --- a/usr.bin/ssh/readpass.c +++ b/usr.bin/ssh/readpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readpass.c,v 1.40 2006/07/09 15:15:10 stevesk Exp $ */ +/* $OpenBSD: readpass.c,v 1.41 2006/07/10 16:37:36 stevesk Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -31,6 +31,7 @@ #include <fcntl.h> #include <paths.h> #include <readpassphrase.h> +#include <stdarg.h> #include "xmalloc.h" #include "misc.h" |