mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netlib: fixed compilation issues
fixed compilation issues Signed-off-by: gaohedong <gaohedong@xiaomi.com>
This commit is contained in:
parent
680dca1121
commit
af8ff17f95
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@
|
|||
#include <nuttx/net/netdev.h>
|
||||
#include <nuttx/net/netconfig.h>
|
||||
|
||||
#ifdef CONFIG_NET_IPTABLES
|
||||
# include <nuttx/net/netfilter/ip_tables.h>
|
||||
# include <nuttx/net/netfilter/ip6_tables.h>
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue