]> andersk Git - openssh.git/blobdiff - monitor_mm.c
- naddy@cvs.openbsd.org 2009/01/24 17:10:22
[openssh.git] / monitor_mm.c
index e8de71fea099103c5a47f0b5256a8305fc997446..dab747532a0df2d82d9c30ad1abbeb0522b5ad2b 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: monitor_mm.c,v 1.15 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
 
 #include "includes.h"
 
+#include <sys/types.h>
 #ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
 #endif
+#include <sys/param.h>
+#include "openbsd-compat/sys-tree.h"
+
+#include <errno.h>
+#include <stdarg.h>
+#include <string.h>
 
-#include "ssh.h"
 #include "xmalloc.h"
+#include "ssh.h"
 #include "log.h"
 #include "monitor_mm.h"
 
This page took 0.033722 seconds and 4 git commands to generate.