summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 01:53:45 +0100
committerDamien Miller <djm@mindrot.org>2006-03-15 01:53:45 +0100
commitc7b06369a846822b0da77b969d4ed72ea8ee38d4 (patch)
tree5542e1aae33335ef5ba9926ceecb3c9475378c72 /match.c
parentoops, this commit is really: (diff)
downloadopenssh-c7b06369a846822b0da77b969d4ed72ea8ee38d4.tar.xz
openssh-c7b06369a846822b0da77b969d4ed72ea8ee38d4.zip
- stevesk@cvs.openbsd.org 2006/02/22 00:04:45
[canohost.c clientloop.c includes.h match.c readconf.c scp.c ssh.c] [sshconnect.c] move #include <ctype.h> out of includes.h; ok djm@
Diffstat (limited to 'match.c')
-rw-r--r--match.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/match.c b/match.c
index 29fb7dab9..51407b818 100644
--- a/match.c
+++ b/match.c
@@ -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 <ctype.h>
#include "match.h"
#include "xmalloc.h"