From af8ff17f9597cc7581acd6475a56a0fea7e237af Mon Sep 17 00:00:00 2001 From: gaohedong Date: Wed, 17 Sep 2025 11:18:17 +0800 Subject: [PATCH] netlib: fixed compilation issues fixed compilation issues Signed-off-by: gaohedong --- include/netutils/netlib.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/netutils/netlib.h b/include/netutils/netlib.h index 43febfcda..2b3146e91 100644 --- a/include/netutils/netlib.h +++ b/include/netutils/netlib.h @@ -56,6 +56,11 @@ #include #include +#ifdef CONFIG_NET_IPTABLES +# include +# include +#endif + /**************************************************************************** * Pre-processor Definitions ****************************************************************************/