mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 12:42:21 +08:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user