This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 2eb18712d netutils/pppd/ppp.h: Fix build issue when network debug is enabled 2eb18712d is described below commit 2eb18712d3e0e4c8bcf6dbd9bbfdceb7e11b44aa Author: Felipe Moura <moura....@gmail.com> AuthorDate: Sun Feb 23 12:26:24 2025 -0300 netutils/pppd/ppp.h: Fix build issue when network debug is enabled This commit add include necessary when we enable network debug feature using ppp feature. Signed-off-by: Felipe Moura de Oliveira <moura....@gmail.com> --- netutils/pppd/ppp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/pppd/ppp.h b/netutils/pppd/ppp.h index b90844680..f436a1206 100644 --- a/netutils/pppd/ppp.h +++ b/netutils/pppd/ppp.h @@ -51,6 +51,7 @@ #include "netutils/chat.h" +#include "debug.h" #include "ppp_conf.h" #include "ahdlc.h" #include "lcp.h"