diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:53:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:53:45 +1100 |
commit | c7b06369a846822b0da77b969d4ed72ea8ee38d4 (patch) | |
tree | 5542e1aae33335ef5ba9926ceecb3c9475378c72 /match.c | |
parent | 6ff3caddb687a89a5df715337917d0e140985b7f (diff) |
- 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 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: match.c,v 1.20 2005/06/17 02:44:32 djm Exp $"); | 38 | RCSID("$OpenBSD: match.c,v 1.21 2006/02/22 00:04:44 stevesk Exp $"); |
39 | |||
40 | #include <ctype.h> | ||
39 | 41 | ||
40 | #include "match.h" | 42 | #include "match.h" |
41 | #include "xmalloc.h" | 43 | #include "xmalloc.h" |