From 9ec49abd0071f1d0d6d44326a8aaa1afb2cfaedf Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 12 Jun 1998 14:18:33 +0000 Subject: [PATCH] #include --- usr.bin/systat/netcmds.c | 3 ++- usr.bin/systat/netstat.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index 14272137efd..479b33673eb 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: netcmds.c,v 1.6 1997/02/22 19:57:16 peter Exp $"; + "$Id: netcmds.c,v 1.7 1997/12/04 03:44:44 steve Exp $"; #endif /* not lint */ /* @@ -53,6 +53,7 @@ static const char rcsid[] = #include #include #include +#include #include #include diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 1e587e9a0dc..8cc3519d8fe 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: netstat.c,v 1.8 1997/02/22 19:57:16 peter Exp $"; + "$Id: netstat.c,v 1.9 1998/06/09 04:17:23 imp Exp $"; #endif /* not lint */ /* @@ -49,6 +49,7 @@ static const char rcsid[] = #include #include +#include #include #include #include