diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 01:53:45 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 01:53:45 +0100 |
commit | c7b06369a846822b0da77b969d4ed72ea8ee38d4 (patch) | |
tree | 5542e1aae33335ef5ba9926ceecb3c9475378c72 /match.c | |
parent | oops, this commit is really: (diff) | |
download | openssh-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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |