Add missing sysctl header to freebsd tests

This commit is contained in:
gnzlbg 2019-05-14 16:49:43 +02:00
parent 9da2fd5ace
commit 54fcb89354
1 changed files with 1 additions and 0 deletions

View File

@ -1635,6 +1635,7 @@ fn test_freebsd(target: &str) {
"sys/socket.h",
"sys/stat.h",
"sys/statvfs.h",
"sys/sysctl.h",
"sys/time.h",
"sys/times.h",
"sys/types.h",