ppp: backport security fixes
[openwrt/openwrt.git] / package / network / services / ppp / patches / 510-pptp_compile_fix.patch
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>