1
0
Fork 0
forked from nuttx/nuttx-update

fix compile warning with ipt_sockopt.c and ip6t_sockopt.c: implicit declaration of function 'popcount'

Signed-off-by: daichuan <daichuan@xiaomi.com>
This commit is contained in:
daichuan 2024-09-03 10:10:22 +08:00 committed by Xiang Xiao
parent d154755729
commit eebe18b802
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <strings.h>
#include <sys/param.h>

View file

@ -28,6 +28,7 @@
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <strings.h>
#include <sys/param.h>