summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/pptp/pptp.c
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <denys.f@collabora.com>2026-08-16 09:12:52 +0300
committerGitHub <noreply@github.com>2026-08-16 09:12:52 +0300
commit77cae8318c00d9dda7a7bd1fbdb52e48e183ca85 (patch)
tree57e83f93db175534847c0433dd614bd446fcc0a1 /accel-pppd/ctrl/pptp/pptp.c
parent326bd429d349538cd2cd7781a36ebe6db6e2f403 (diff)
parent9505f3fe72f7930e94aec51188babcabe783e4da (diff)
downloadaccel-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/pptp/pptp.c')
-rw-r--r--accel-pppd/ctrl/pptp/pptp.c2
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"