From 1e66be9c452a6ae59df69327e4f449ac0bda39ac Mon Sep 17 00:00:00 2001 From: Greg V <greg@unrelenting.technology> Date: Sun, 17 May 2020 00:49:43 +0300 Subject: [PATCH] FreeBSD: add ucontext.h to libc-test It was picked up transitively on >10, but tests failed on 10 --- libc-test/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libc-test/build.rs b/libc-test/build.rs index e941baf0..81137d8e 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1703,6 +1703,7 @@ fn test_freebsd(target: &str) { "sys/times.h", "sys/timex.h", "sys/types.h", + "sys/ucontext.h", "sys/uio.h", "sys/un.h", "sys/utsname.h", -- GitLab