From a69b13809d628f26c1699659c3dda6ff9dadb02d Mon Sep 17 00:00:00 2001 From: zxl hhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:56:00 +0800 Subject: [PATCH] PPP: Update `syncppp.c` header file. --- package/network/services/ppp/patches/512-syncppp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/ppp/patches/512-syncppp.patch b/package/network/services/ppp/patches/512-syncppp.patch index fcc8c34c92..00de134a07 100644 --- a/package/network/services/ppp/patches/512-syncppp.patch +++ b/package/network/services/ppp/patches/512-syncppp.patch @@ -95,7 +95,7 @@ +#include +#include +#include -+#include "pppd.h" ++#include "pppd-private.h" +#include "syncppp.h" + +int syncppp(int nproc)