diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-16 09:12:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-16 09:12:52 +0300 |
| commit | 77cae8318c00d9dda7a7bd1fbdb52e48e183ca85 (patch) | |
| tree | 57e83f93db175534847c0433dd614bd446fcc0a1 /accel-pppd/ctrl | |
| parent | 326bd429d349538cd2cd7781a36ebe6db6e2f403 (diff) | |
| parent | 9505f3fe72f7930e94aec51188babcabe783e4da (diff) | |
| download | accel-ppp-77cae8318c00d9dda7a7bd1fbdb52e48e183ca85.tar.gz accel-ppp-77cae8318c00d9dda7a7bd1fbdb52e48e183ca85.zip | |
Merge pull request #349 from nuclearcat/pptp-drop-out-of-tree-driver
pptp: drop the out-of-tree kernel driver
Diffstat (limited to 'accel-pppd/ctrl')
| -rw-r--r-- | accel-pppd/ctrl/pptp/pptp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/pptp/pptp.c b/accel-pppd/ctrl/pptp/pptp.c index f8e498d6..eb5b40f5 100644 --- a/accel-pppd/ctrl/pptp/pptp.c +++ b/accel-pppd/ctrl/pptp/pptp.c @@ -11,7 +11,7 @@ #include <netinet/in.h> #include <sys/socket.h> -#include "if_pppox.h" +#include <linux/if_pppox.h> #include "events.h" #include "list.h" |
