2
0
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:
Andrei Vagin
2020-03-24 19:31:42 +03:00
parent 5f28b692a0
commit 1ad8657ddb

View File

@@ -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)