summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_mm.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-22 20:48:24 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-22 20:48:24 +0000
commitbcdacbe26d8de9891dc5bf9cd66c8f82d107cf02 (patch)
treea10a3892d873fbacbc15f8d9b70ced1608e1f89a /usr.bin/ssh/monitor_mm.c
parent6073ef8d8e4e88b190ebbbb462ac189bda16c160 (diff)
move #include <string.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/monitor_mm.c')
-rw-r--r--usr.bin/ssh/monitor_mm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/monitor_mm.c b/usr.bin/ssh/monitor_mm.c
index 98908dcf029..ba20cefc763 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.12 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: monitor_mm.c,v 1.13 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -29,6 +29,7 @@
#include <sys/mman.h>
#include <errno.h>
+#include <string.h>
#include "ssh.h"
#include "xmalloc.h"