X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/17f02f0a582588c2df79e9031a3d2ae8126e94ff..3593bdc01eb0692e3542e0b7c1cff8add83c963c:/servconf.c diff --git a/servconf.c b/servconf.c index e6d49099..b8a968aa 100644 --- a/servconf.c +++ b/servconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.178 2008/05/07 05:49:37 pyr Exp $ */ +/* $OpenBSD: servconf.c,v 1.179 2008/05/08 12:02:23 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -24,6 +24,7 @@ #include #include +#include "openbsd-compat/sys-queue.h" #include "xmalloc.h" #include "ssh.h" #include "log.h"