diff options
Diffstat (limited to 'usr.bin/ssh/monitor_mm.c')
-rw-r--r-- | usr.bin/ssh/monitor_mm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/monitor_mm.c b/usr.bin/ssh/monitor_mm.c index 3d7fb53b1c5..98908dcf029 100644 --- a/usr.bin/ssh/monitor_mm.c +++ b/usr.bin/ssh/monitor_mm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_mm.c,v 1.11 2006/03/25 13:17:02 djm Exp $ */ +/* $OpenBSD: monitor_mm.c,v 1.12 2006/07/11 20:07:25 stevesk Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -28,6 +28,8 @@ #include <sys/mman.h> +#include <errno.h> + #include "ssh.h" #include "xmalloc.h" #include "log.h" |