]> andersk Git - openssh.git/blobdiff - monitor_mm.c
- stevesk@cvs.openbsd.org 2006/07/26 02:35:17
[openssh.git] / monitor_mm.c
index b6da6927f056d0476a0264b1a3bebbb64103b28d..89a8c9b497447ef4ad54535dcf0a6e7ef823515c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor_mm.c,v 1.13 2006/07/22 20:48:23 stevesk Exp $ */
+/* $OpenBSD: monitor_mm.c,v 1.14 2006/07/26 02:35:17 stevesk Exp $ */
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
 
 #include "includes.h"
 
-#include <errno.h>
-#include <string.h>
-
 #ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
 #endif
+#include <sys/param.h>
+
+#include <errno.h>
+#include <string.h>
 
 #include "ssh.h"
 #include "xmalloc.h"
This page took 0.594912 seconds and 4 git commands to generate.