netfilter.h: Include <netinet/in.h> for struct in_addr

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
This commit is contained in:
Zhe Weng 2024-02-28 18:21:39 +08:00 committed by Alin Jerpelea
parent 6beb459a43
commit 918e38419a

View File

@ -25,6 +25,7 @@
* Included Files
****************************************************************************/
#include <netinet/in.h>
#include <sys/types.h>
/****************************************************************************