=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/if.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -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 +1,4 @@ -/* $OpenBSD: if.c,v 1.14 2009/06/25 15:53:12 claudio Exp $ */ +/* $OpenBSD: if.c,v 1.15 2009/06/26 06:39:47 jasper Exp $ */ /* * Copyright (c) 2004 Markus Friedl * @@ -14,6 +14,7 @@ * 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,9 +23,11 @@ #include #include #include +#include #include #include +#include #include "systat.h"