summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-11-17 17:37:31 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-11-19 10:44:27 +0100
commit652abf1b854cfbeccd0f8eda9b004b8d9514550e (patch)
treea21fb2cf6913bc73d65bdb634f856fd178279a34
parent5cb8ed1d953bfaecc5c82ffca9e6ed486d2607f4 (diff)
downloadrust-libc-652abf1b854cfbeccd0f8eda9b004b8d9514550e.tar.gz
Add sys/proc.h header into libc-test import list
-rw-r--r--libc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 871bb189a5..d00e8bf2ae 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -1863,6 +1863,7 @@ fn test_freebsd(target: &str) {
"sys/times.h",
"sys/timex.h",
"sys/types.h",
+ "sys/proc.h",
"kvm.h", // must be after "sys/types.h"
"sys/ucontext.h",
"sys/uio.h",