summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/build.rs')
-rwxr-xr-xlibc-test/build.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index e91a55fece..825879ce30 100755
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -422,6 +422,7 @@ fn test_openbsd(target: &str) {
"sys/ioctl.h",
"sys/mman.h",
"sys/resource.h",
+ "sys/shm.h",
"sys/socket.h",
"sys/time.h",
"sys/un.h",
@@ -960,6 +961,7 @@ fn test_netbsd(target: &str) {
"sys/mount.h",
"sys/ptrace.h",
"sys/resource.h",
+ "sys/shm.h",
"sys/socket.h",
"sys/statvfs.h",
"sys/sysctl.h",
@@ -1167,12 +1169,14 @@ fn test_dragonflybsd(target: &str) {
"sys/event.h",
"sys/file.h",
"sys/ioctl.h",
+ "sys/ipc.h",
"sys/mman.h",
"sys/mount.h",
"sys/ptrace.h",
"sys/resource.h",
"sys/rtprio.h",
"sys/sched.h",
+ "sys/shm.h",
"sys/socket.h",
"sys/stat.h",
"sys/statvfs.h",