=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/network.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/telnet/network.c 2014/07/20 06:24:19 1.12 --- src/usr.bin/telnet/network.c 2014/07/20 08:12:46 1.13 *************** *** 1,4 **** ! /* $OpenBSD: network.c,v 1.12 2014/07/20 06:24:19 guenther Exp $ */ /* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: network.c,v 1.13 2014/07/20 08:12:46 guenther Exp $ */ /* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */ /* *************** *** 31,36 **** --- 31,39 ---- */ #include "telnet_locl.h" + + #include + #include #include Ring netoring, netiring;