diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-02-23 21:46:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 21:46:52 +0200 |
| commit | 8ea3847c1fefd8f093d69561a19684f428cba1f6 (patch) | |
| tree | 013e161571a39d7d2f1b12c8af6cb161bb29d6e9 /accel-pppd/ctrl/ipoe/arp.c | |
| parent | a5bdccf4b9b631495529227c421f9eeffd41995c (diff) | |
| parent | 1314586acfc2a99c0c72cda1f517b441599719a5 (diff) | |
| download | accel-ppp-show-sessions-mtu-mru.tar.gz accel-ppp-show-sessions-mtu-mru.zip | |
Merge pull request #300 from marekm72/marekm72-patch-1-printf-hHEADshow-sessions-mtu-mrumaster
Simplify Alpine Linux / musl libc port
Diffstat (limited to 'accel-pppd/ctrl/ipoe/arp.c')
| -rw-r--r-- | accel-pppd/ctrl/ipoe/arp.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/accel-pppd/ctrl/ipoe/arp.c b/accel-pppd/ctrl/ipoe/arp.c index ef9d3859..a6ca5b13 100644 --- a/accel-pppd/ctrl/ipoe/arp.c +++ b/accel-pppd/ctrl/ipoe/arp.c @@ -13,10 +13,8 @@ #include <netinet/ip.h> #include <sys/socket.h> #include <sys/ioctl.h> -#ifdef HAVE_GOOD_IFARP -#include <linux/if_arp.h> -#endif -#include <linux/if_packet.h> +#include <net/if_arp.h> +#include <netpacket/packet.h> #include "list.h" #include "triton.h" |
