X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/4c72fcfd7bd7c9962f577386faf095ced8e0f24c..13b90bdd9190a9d55c110cad33483b1a5df1f3ea:/readpass.c diff --git a/readpass.c b/readpass.c index 0da75ac1..bd144c2e 100644 --- a/readpass.c +++ b/readpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readpass.c,v 1.41 2006/07/10 16:37:36 stevesk Exp $ */ +/* $OpenBSD: readpass.c,v 1.47 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -28,11 +28,16 @@ #include #include +#include #include #ifdef HAVE_PATHS_H # include #endif #include +#include +#include +#include +#include #include "xmalloc.h" #include "misc.h"