Skip to content

Commit

Permalink
Add missing headers for DragonFly BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Oct 17, 2021
1 parent 20e5295 commit 3bf3d67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,10 @@ fn test_dragonflybsd(target: &str) {
"ifaddrs.h",
"langinfo.h",
"limits.h",
"link.h",
"locale.h",
"mqueue.h",
"net/bpf.h",
"net/if.h",
"net/if_arp.h",
"net/if_dl.h",
Expand Down Expand Up @@ -1206,8 +1208,10 @@ fn test_dragonflybsd(target: &str) {
"sys/ioctl.h",
"sys/ipc.h",
"sys/ktrace.h",
"sys/malloc.h",
"sys/mman.h",
"sys/mount.h",
"sys/procctl.h",
"sys/ptrace.h",
"sys/resource.h",
"sys/rtprio.h",
Expand All @@ -1219,6 +1223,7 @@ fn test_dragonflybsd(target: &str) {
"sys/sysctl.h",
"sys/time.h",
"sys/times.h",
"sys/timex.h",
"sys/types.h",
"sys/uio.h",
"sys/un.h",
Expand Down

0 comments on commit 3bf3d67

Please sign in to comment.