diff options
Diffstat (limited to 'usr.bin/ssh/match.c')
-rw-r--r-- | usr.bin/ssh/match.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/match.c b/usr.bin/ssh/match.c index c0e5bf424f5..8f12ef539ce 100644 --- a/usr.bin/ssh/match.c +++ b/usr.bin/ssh/match.c @@ -1,4 +1,4 @@ -/* $OpenBSD: match.c,v 1.24 2006/03/25 13:17:02 djm Exp $ */ +/* $OpenBSD: match.c,v 1.25 2006/07/22 20:48:23 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -38,6 +38,7 @@ #include "includes.h" #include <ctype.h> +#include <string.h> #include "match.h" #include "xmalloc.h" |