Skip to content

Commit 97bf059

Browse files
committed
Add futex.h to test
1 parent ba7316b commit 97bf059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ fn do_ctest() {
234234

235235
if linux || android {
236236
cfg.header("sys/fsuid.h");
237+
cfg.header("linux/futex.h");
237238
cfg.header("linux/module.h");
238239
cfg.header("linux/seccomp.h");
239240
cfg.header("linux/if_ether.h");

0 commit comments

Comments
 (0)