X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/4db587d297aef581a79b627254dedec8902fc890..c1d152b8c12b8449d644ee0981350e73d6ab4f7c:/monitor_mm.c diff --git a/monitor_mm.c b/monitor_mm.c index b0ec37cf..dab74753 100644 --- a/monitor_mm.c +++ b/monitor_mm.c @@ -1,3 +1,4 @@ +/* $OpenBSD: monitor_mm.c,v 1.15 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright 2002 Niels Provos * All rights reserved. @@ -24,14 +25,20 @@ */ #include "includes.h" -RCSID("$OpenBSD: monitor_mm.c,v 1.9 2004/05/11 19:01:43 deraadt Exp $"); +#include #ifdef HAVE_SYS_MMAN_H #include #endif +#include +#include "openbsd-compat/sys-tree.h" + +#include +#include +#include -#include "ssh.h" #include "xmalloc.h" +#include "ssh.h" #include "log.h" #include "monitor_mm.h"