Skip to content

Commit 0b79744

Browse files
kostikbeltgross35
authored andcommitted
libc-test/build.rs: add netinet/in_pcb.h to the list of FreeBSD headers
(backport <#4482>) (cherry picked from commit 8443057)
1 parent 639df92 commit 0b79744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,8 @@ fn test_freebsd(target: &str) {
25022502
"sys/sem.h",
25032503
"sys/shm.h",
25042504
"sys/socket.h",
2505+
"sys/socketvar.h",
2506+
"netinet/in_pcb.h", // must be after sys/socketvar.h
25052507
"sys/stat.h",
25062508
"sys/statvfs.h",
25072509
"sys/sysctl.h",

0 commit comments

Comments
 (0)