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/ipoe.h | |
| 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/ipoe.h')
| -rw-r--r-- | accel-pppd/ctrl/ipoe/ipoe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h index 116602be..38f521e1 100644 --- a/accel-pppd/ctrl/ipoe/ipoe.h +++ b/accel-pppd/ctrl/ipoe/ipoe.h @@ -3,7 +3,7 @@ #include <stdint.h> #include <pthread.h> -#include <linux/if.h> +#include <net/if.h> #include "triton.h" #include "ap_session.h" |
