OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 --- a/pppd/plugins/pptp/pptp.c
2 +++ b/pppd/plugins/pptp/pptp.c
3 @@ -48,7 +48,7 @@
4  
5 #include "pptp_callmgr.h"
6 #include <net/if.h>
7 -#include <net/ethernet.h>
8 +#include <linux/if_ether.h>
9 #include <linux/if_pppox.h>
10  
11 #include <stdio.h>