Message ID | 20220215184215.40093-1-sherry.yang@oracle.com |
---|---|
State | Accepted |
Commit | 21bffcb76ee2fbafc7d5946cef10abc9df5cfff7 |
Headers | show |
Series | [v3] selftests/seccomp: Fix seccomp failure by adding missing headers | expand |
diff --git a/tools/testing/selftests/seccomp/Makefile b/tools/testing/selftests/seccomp/Makefile index 0ebfe8b0e147..7eaed95ba4b3 100644 --- a/tools/testing/selftests/seccomp/Makefile +++ b/tools/testing/selftests/seccomp/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -CFLAGS += -Wl,-no-as-needed -Wall +CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES) LDFLAGS += -lpthread TEST_GEN_PROGS := seccomp_bpf seccomp_benchmark