X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/536c14e81d4024a88accabb0e38c8f5f69451cf7..c1d152b8c12b8449d644ee0981350e73d6ab4f7c:/monitor_mm.c diff --git a/monitor_mm.c b/monitor_mm.c index 89a8c9b4..dab74753 100644 --- a/monitor_mm.c +++ b/monitor_mm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_mm.c,v 1.14 2006/07/26 02:35:17 stevesk Exp $ */ +/* $OpenBSD: monitor_mm.c,v 1.15 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright 2002 Niels Provos * All rights reserved. @@ -26,16 +26,19 @@ #include "includes.h" +#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"