From 6ca2280d4404f565fb50d1c3e7ba0864b6db9b34 Mon Sep 17 00:00:00 2001 From: pradeeptakdas <37864641+pradeeptakdas@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:43:52 -0400 Subject: [PATCH] Update webpa_internal.c RDKBDEV-2936: drop syscfg_init() as a public API #280 --- source/broadband/webpa_internal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/broadband/webpa_internal.c b/source/broadband/webpa_internal.c index 5769a6da..b6c1785c 100644 --- a/source/broadband/webpa_internal.c +++ b/source/broadband/webpa_internal.c @@ -20,7 +20,9 @@ #endif #include +#ifdef RDKB_BUILD #include +#endif /*----------------------------------------------------------------------------*/ /* File Scoped Variables */ /*----------------------------------------------------------------------------*/