mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
config/nftables: include string.h for strlen
Fixes: 9433b7b9db
("make: use cflags/ldflags for config.h detection mechanism")
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
@@ -152,6 +152,8 @@ endef
|
||||
|
||||
define FEATURE_TEST_NFTABLES_LIB_API_0
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <nftables/libnftables.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
Reference in New Issue
Block a user