summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:15:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:15:16 +1000
commit5d19626a0476f40e9320541194391d7eb51038d3 (patch)
treeb04c6cc63d87549b6eaef1ca12fbe3056df3a0eb /readpass.c
parent11318476842a01eef47ceff67f31afc06cf2eaa5 (diff)
- stevesk@cvs.openbsd.org 2006/07/10 16:37:36
[readpass.c log.h scp.c fatal.c xmalloc.c includes.h ssh-keyscan.c misc.c auth.c packet.c log.c] move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'readpass.c')
-rw-r--r--readpass.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/readpass.c b/readpass.c
index b83b6f5ee..0da75ac11 100644
--- a/readpass.c
+++ b/readpass.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: readpass.c,v 1.40 2006/07/09 15:15:10 stevesk Exp $ */ 1/* $OpenBSD: readpass.c,v 1.41 2006/07/10 16:37:36 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -32,6 +32,7 @@
32#ifdef HAVE_PATHS_H 32#ifdef HAVE_PATHS_H
33# include <paths.h> 33# include <paths.h>
34#endif 34#endif
35#include <stdarg.h>
35 36
36#include "xmalloc.h" 37#include "xmalloc.h"
37#include "misc.h" 38#include "misc.h"