aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/tun.c')
-rw-r--r--usr.sbin/ppp/tun.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c
index 3687f813c08a..0087315f4b2f 100644
--- a/usr.sbin/ppp/tun.c
+++ b/usr.sbin/ppp/tun.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: tun.c,v 1.6.4.4 1998/03/02 17:25:30 brian Exp $
+ * $Id: tun.c,v 1.6.4.5 1998/03/13 00:44:24 brian Exp $
*/
#include <sys/param.h>
@@ -49,6 +49,9 @@
#include "loadalias.h"
#include "vars.h"
#include "fsm.h"
+#include "throughput.h"
+#include "iplist.h"
+#include "ipcp.h"
#include "bundle.h"
#include "tun.h"