=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/hostfile.c,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- src/usr.bin/ssh/hostfile.c 2021/04/03 06:58:30 1.90 +++ src/usr.bin/ssh/hostfile.c 2021/07/05 01:16:46 1.91 @@ -1,4 +1,4 @@ -/* $OpenBSD: hostfile.c,v 1.90 2021/04/03 06:58:30 djm Exp $ */ +/* $OpenBSD: hostfile.c,v 1.91 2021/07/05 01:16:46 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -43,10 +43,10 @@ #include #include +#include #include #include #include -#include #include #include "xmalloc.h"