=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/if.c,v retrieving revision 1.69 retrieving revision 1.70 diff -c -r1.69 -r1.70 *** src/usr.bin/netstat/if.c 2014/11/21 17:49:00 1.69 --- src/usr.bin/netstat/if.c 2015/01/16 06:40:09 1.70 *************** *** 1,4 **** ! /* $OpenBSD: if.c,v 1.69 2014/11/21 17:49:00 mikeb Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: if.c,v 1.70 2015/01/16 06:40:09 deraadt Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* *************** *** 30,36 **** * SUCH DAMAGE. */ ! #include #include #include #include --- 30,36 ---- * SUCH DAMAGE. */ ! #include /* roundup() */ #include #include #include