Skip to content

Commit 2f83a7a

Browse files
gzGerd Zellweger
authored andcommitted
Added missing net_tstamp.h header to tests.
Signed-off-by: Gerd Zellweger <[email protected]>
1 parent 1f038a5 commit 2f83a7a

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
@@ -281,6 +281,7 @@ fn main() {
281281
cfg.header("linux/seccomp.h");
282282
cfg.header("linux/if_ether.h");
283283
cfg.header("linux/if_tun.h");
284+
cfg.header("linux/net_tstamp.h");
284285
// DCCP support
285286
if !uclibc && !musl && !emscripten {
286287
cfg.header("linux/dccp.h");

0 commit comments

Comments
 (0)