X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/24436b92e4fe165fe7d6a845c0bd8e841045e787..f9b45eaf71266ffbccf7050320a2300b3af60411:/auth1.c diff --git a/auth1.c b/auth1.c index b9d6b111..b5798f63 100644 --- a/auth1.c +++ b/auth1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth1.c,v 1.70 2006/08/03 03:34:41 deraadt Exp $ */ +/* $OpenBSD: auth1.c,v 1.72 2008/05/08 12:02:23 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -20,6 +20,7 @@ #include #include +#include "openbsd-compat/sys-queue.h" #include "xmalloc.h" #include "rsa.h" #include "ssh1.h"