From 5d19626a0476f40e9320541194391d7eb51038d3 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 12 Jul 2006 22:15:16 +1000 Subject: - 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 out of includes.h; ok markus@ --- readpass.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'readpass.c') diff --git a/readpass.c b/readpass.c index b83b6f5e..0da75ac1 100644 --- a/readpass.c +++ b/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. * @@ -32,6 +32,7 @@ #ifdef HAVE_PATHS_H # include #endif +#include #include "xmalloc.h" #include "misc.h" -- cgit v1.2.1