summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1994-09-21 01:52:58 +0000
committerPaul Mackerras <paulus@samba.org>1994-09-21 01:52:58 +0000
commit25abc37d87a1f3e6e0fc6c5ee1acca2d36d8d5d7 (patch)
treecea6098abcb26832ef74a744d64bd7e8456b609c /pppstats
parent72a4e4d1bcd83aa99c942c643cd1bfc1565ad218 (diff)
downloadppp-25abc37d87a1f3e6e0fc6c5ee1acca2d36d8d5d7.tar.gz
extra include
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>