aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/510-pptp_compile_fix.patch
blob: 04bb620e76e823c2902ab1d62d1cb36d0807e641 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pppd/plugins/pptp/pptp.c
+++ b/pppd/plugins/pptp/pptp.c
@@ -48,7 +48,7 @@
 
 #include "pptp_callmgr.h"
 #include <net/if.h>
-#include <net/ethernet.h>
+#include <linux/if_ether.h>
 #include <linux/if_pppox.h>
 
 #include <stdio.h>