diff options
author | djm <djm> | 2006-03-15 00:53:45 +0000 |
---|---|---|
committer | djm <djm> | 2006-03-15 00:53:45 +0000 |
commit | ea0634f5dec623829848f9bc09f15d3568bbc22f (patch) | |
tree | 73346c9ed0095721ebdeec2f1f9c4de09a77100e /readconf.c | |
parent | 83c10c72e1ca92be911fc3e762d984c686d0192c (diff) | |
download | openssh-ea0634f5dec623829848f9bc09f15d3568bbc22f.tar.gz |
- 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 'readconf.c')
-rw-r--r-- | readconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,11 +12,13 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.147 2006/02/20 17:19:54 stevesk Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.148 2006/02/22 00:04:44 stevesk Exp $"); #include <sys/types.h> #include <sys/stat.h> +#include <ctype.h> + #include "ssh.h" #include "xmalloc.h" #include "compat.h" |