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:
parent
d154755729
commit
eebe18b802
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue