Include <sys/timex.h> in libc-test

This commit is contained in:
Daniel Fox Franke 2020-01-11 15:47:13 -05:00
parent 829e136c9c
commit 2fe7865372
1 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,7 @@ fn test_apple(target: &str) {
"sys/sysctl.h",
"sys/time.h",
"sys/times.h",
"sys/timex.h",
"sys/types.h",
"sys/uio.h",
"sys/un.h",
@ -819,6 +820,7 @@ fn test_netbsd(target: &str) {
"sys/sysctl.h",
"sys/time.h",
"sys/times.h",
"sys/timex.h",
"sys/uio.h",
"sys/un.h",
"sys/utsname.h",
@ -1569,6 +1571,7 @@ fn test_freebsd(target: &str) {
"sys/sysctl.h",
"sys/time.h",
"sys/times.h",
"sys/timex.h",
"sys/types.h",
"sys/uio.h",
"sys/un.h",
@ -2183,6 +2186,7 @@ fn test_linux(target: &str) {
"sys/time.h",
"sys/timerfd.h",
"sys/times.h",
"sys/timex.h",
"sys/types.h",
"sys/uio.h",
"sys/un.h",