From d097b8ed160767f8c5a2f3f2c6b25963c1fa742d Mon Sep 17 00:00:00 2001 From: zxl hhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:57:36 +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)