X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/028094f4450d02fc8843aae576fccfee76492377..aacab402991cf3ce8991ada093d5f3058f4170af:/readpass.c diff --git a/readpass.c b/readpass.c index 63197c91..bd144c2e 100644 --- a/readpass.c +++ b/readpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readpass.c,v 1.42 2006/07/11 20:07:25 stevesk Exp $ */ +/* $OpenBSD: readpass.c,v 1.47 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -34,6 +34,10 @@ # include #endif #include +#include +#include +#include +#include #include "xmalloc.h" #include "misc.h"