X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/9ae6b834c33c7fbc3a7f5cbfc7b142e9ad5e6fcb..851d192b680f9b63ec66dd4e1cbf8ffc2baedbb9:/auth2-gss.c diff --git a/auth2-gss.c b/auth2-gss.c index d88bc427..0e08d889 100644 --- a/auth2-gss.c +++ b/auth2-gss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-gss.c,v 1.15 2006/08/03 03:34:41 deraadt Exp $ */ +/* $OpenBSD: auth2-gss.c,v 1.16 2007/10/29 00:52:45 dtucker Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -30,6 +30,8 @@ #include +#include + #include "xmalloc.h" #include "key.h" #include "hostfile.h"