Add missing headers for DragonFly BSD

This commit is contained in:
Ryan Zoeller 2021-10-17 03:00:08 -05:00
parent 20e529595b
commit 3bf3d670a9

View file

@ -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",
@ -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",
@ -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",