Skip to content

Commit 4825678

Browse files
libc-test: include "linux/vm_sockets.h" to test VSOCK
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent 0546d42 commit 4825678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,6 +2000,7 @@ fn test_linux(target: &str) {
20002000
"linux/rtnetlink.h",
20012001
"linux/seccomp.h",
20022002
"linux/sockios.h",
2003+
"linux/vm_sockets.h",
20032004
"sys/auxv.h",
20042005
}
20052006

0 commit comments

Comments
 (0)