summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2018-02-26 16:36:13 -0800
committerBryan Drewery <bryan@shatow.net>2018-02-26 16:45:41 -0800
commit92d50c9c79e7038db097344d8f00e774277ee519 (patch)
treeb687c93659e866a98d8fd05e01e665a0fcabd95d /libc-test
parent88c33d45800b2bc869dba4a449857c17a1a2be32 (diff)
downloadrust-libc-92d50c9c79e7038db097344d8f00e774277ee519.tar.gz
Add posix_spawn bindings for FreeBSD
Diffstat (limited to 'libc-test')
-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 10505db9d9..7cb9317c71 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -294,6 +294,7 @@ fn main() {
cfg.header("sys/shm.h");
cfg.header("sys/procdesc.h");
cfg.header("sys/rtprio.h");
+ cfg.header("spawn.h");
}
if netbsd {