Skip to content

Commit 8443057

Browse files
committed
libc-test/build.rs: add netinet/in_pcb.h to the list of FreeBSD headers
1 parent 6f475e5 commit 8443057

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
@@ -2444,6 +2444,8 @@ fn test_freebsd(target: &str) {
24442444
"sys/sem.h",
24452445
"sys/shm.h",
24462446
"sys/socket.h",
2447+
"sys/socketvar.h",
2448+
"netinet/in_pcb.h", // must be after sys/socketvar.h
24472449
"sys/stat.h",
24482450
"sys/statvfs.h",
24492451
"sys/sysctl.h",

0 commit comments

Comments
 (0)