diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-10 17:11:53 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-10 17:11:53 +0000 |
| commit | 628d2ac1b093f48f6fb98b17308acacc929876d8 (patch) | |
| tree | 1bb2cd09b3e27a462e04923aa2922608ee5ea899 /usr.sbin/pppstats | |
| parent | fc43f97826e798ad4e3534b59f3b8d3aac1c4abe (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pppstats')
| -rw-r--r-- | usr.sbin/pppstats/pppstats.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index 18bb7e6114e1..5ae1809f4030 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -37,18 +37,20 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.11 1995/07/11 06:41:45 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.6 1995/10/31 21:41:59 peter Exp $"; #endif +#include <sys/param.h> +#include <sys/types.h> +#include <sys/ioctl.h> +#include <sys/time.h> + #include <ctype.h> #include <errno.h> #include <nlist.h> #include <stdio.h> #include <signal.h> #include <fcntl.h> -#include <sys/param.h> -#include <sys/types.h> -#include <sys/ioctl.h> #include <net/ppp_defs.h> |
