diff options
author | peter <peter@FreeBSD.org> | 1998-06-12 14:18:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-06-12 14:18:33 +0000 |
commit | fdde6212a237c4acaa251ba634d6e37ee6b16610 (patch) | |
tree | a59801f0295260ea3c146046acba277f002f1395 /usr.bin/systat | |
parent | 8eddb2ad66ae9b01bf541b2d92975eb2397f073e (diff) | |
download | FreeBSD-src-fdde6212a237c4acaa251ba634d6e37ee6b16610.zip FreeBSD-src-fdde6212a237c4acaa251ba634d6e37ee6b16610.tar.gz |
#include <arpa/inet.h>
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/netcmds.c | 3 | ||||
-rw-r--r-- | 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 1427213..479b336 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 <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> +#include <arpa/inet.h> #include <netdb.h> #include <stdlib.h> diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 1e587e9..8cc3519 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 <sys/protosw.h> #include <netinet/in.h> +#include <arpa/inet.h> #include <net/route.h> #include <netinet/in_systm.h> #include <netinet/ip.h> |