=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/match.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/ssh/match.c 2005/06/17 02:44:32 1.20 +++ src/usr.bin/ssh/match.c 2006/02/22 00:04:44 1.21 @@ -35,7 +35,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: match.c,v 1.20 2005/06/17 02:44:32 djm Exp $"); +RCSID("$OpenBSD: match.c,v 1.21 2006/02/22 00:04:44 stevesk Exp $"); + +#include #include "match.h" #include "xmalloc.h"