diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-11 20:07:26 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-11 20:07:26 +0000 |
commit | 740e1f5357744919283fb440711e803850c19812 (patch) | |
tree | 375bf64c6449c74dd00b5940e5d3354566b23a89 /usr.bin/ssh/canohost.c | |
parent | 89a7db6727edf8cd68c273e20f8d77bd39dba6ef (diff) |
move #include <errno.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/canohost.c')
-rw-r--r-- | usr.bin/ssh/canohost.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/canohost.c b/usr.bin/ssh/canohost.c index efd6f2e3887..75565a9d159 100644 --- a/usr.bin/ssh/canohost.c +++ b/usr.bin/ssh/canohost.c @@ -1,4 +1,4 @@ -/* $OpenBSD: canohost.c,v 1.55 2006/07/08 21:47:12 stevesk Exp $ */ +/* $OpenBSD: canohost.c,v 1.56 2006/07/11 20:07:25 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -20,6 +20,7 @@ #include <netinet/in.h> #include <ctype.h> +#include <errno.h> #include "packet.h" #include "xmalloc.h" |