summaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:53:45 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:53:45 +1100
commitc7b06369a846822b0da77b969d4ed72ea8ee38d4 (patch)
tree5542e1aae33335ef5ba9926ceecb3c9475378c72 /match.c
parent6ff3caddb687a89a5df715337917d0e140985b7f (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.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 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: match.c,v 1.20 2005/06/17 02:44:32 djm Exp $"); 38RCSID("$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"