=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/if.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/systat/if.c 2009/06/25 15:53:12 1.14 --- src/usr.bin/systat/if.c 2009/06/26 06:39:47 1.15 *************** *** 1,4 **** ! /* $OpenBSD: if.c,v 1.14 2009/06/25 15:53:12 claudio Exp $ */ /* * Copyright (c) 2004 Markus Friedl * --- 1,4 ---- ! /* $OpenBSD: if.c,v 1.15 2009/06/26 06:39:47 jasper Exp $ */ /* * Copyright (c) 2004 Markus Friedl * *************** *** 14,19 **** --- 14,20 ---- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + #include #include #include *************** *** 22,30 **** --- 23,33 ---- #include #include #include + #include #include #include + #include #include "systat.h"