Skip to content

Commit 2fe7865

Browse files
committed
Include <sys/timex.h> in libc-test
1 parent 829e136 commit 2fe7865

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc-test/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ fn test_apple(target: &str) {
150150
"sys/sysctl.h",
151151
"sys/time.h",
152152
"sys/times.h",
153+
"sys/timex.h",
153154
"sys/types.h",
154155
"sys/uio.h",
155156
"sys/un.h",
@@ -819,6 +820,7 @@ fn test_netbsd(target: &str) {
819820
"sys/sysctl.h",
820821
"sys/time.h",
821822
"sys/times.h",
823+
"sys/timex.h",
822824
"sys/uio.h",
823825
"sys/un.h",
824826
"sys/utsname.h",
@@ -1569,6 +1571,7 @@ fn test_freebsd(target: &str) {
15691571
"sys/sysctl.h",
15701572
"sys/time.h",
15711573
"sys/times.h",
1574+
"sys/timex.h",
15721575
"sys/types.h",
15731576
"sys/uio.h",
15741577
"sys/un.h",
@@ -2183,6 +2186,7 @@ fn test_linux(target: &str) {
21832186
"sys/time.h",
21842187
"sys/timerfd.h",
21852188
"sys/times.h",
2189+
"sys/timex.h",
21862190
"sys/types.h",
21872191
"sys/uio.h",
21882192
"sys/un.h",

0 commit comments

Comments
 (0)