Skip to content

Commit 3bf3d67

Browse files
committed
Add missing headers for DragonFly BSD
1 parent 20e5295 commit 3bf3d67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc-test/build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,10 @@ fn test_dragonflybsd(target: &str) {
11761176
"ifaddrs.h",
11771177
"langinfo.h",
11781178
"limits.h",
1179+
"link.h",
11791180
"locale.h",
11801181
"mqueue.h",
1182+
"net/bpf.h",
11811183
"net/if.h",
11821184
"net/if_arp.h",
11831185
"net/if_dl.h",
@@ -1206,8 +1208,10 @@ fn test_dragonflybsd(target: &str) {
12061208
"sys/ioctl.h",
12071209
"sys/ipc.h",
12081210
"sys/ktrace.h",
1211+
"sys/malloc.h",
12091212
"sys/mman.h",
12101213
"sys/mount.h",
1214+
"sys/procctl.h",
12111215
"sys/ptrace.h",
12121216
"sys/resource.h",
12131217
"sys/rtprio.h",
@@ -1219,6 +1223,7 @@ fn test_dragonflybsd(target: &str) {
12191223
"sys/sysctl.h",
12201224
"sys/time.h",
12211225
"sys/times.h",
1226+
"sys/timex.h",
12221227
"sys/types.h",
12231228
"sys/uio.h",
12241229
"sys/un.h",

0 commit comments

Comments
 (0)