summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/pppstats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c
index 7ad97a2..e80b568 100644
--- a/pppstats/pppstats.c
+++ b/pppstats/pppstats.c
@@ -26,7 +26,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.5 1994/09/19 04:14:37 paulus Exp $";
+static char rcsid[] = "$Id: pppstats.c,v 1.6 1994/09/21 01:52:58 paulus Exp $";
#endif
#include <ctype.h>
@@ -37,6 +37,7 @@ static char rcsid[] = "$Id: pppstats.c,v 1.5 1994/09/19 04:14:37 paulus Exp $";
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/types.h>
+#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <net/if.h>