Skip to content
Snippets Groups Projects
Commit 2f83a7a5 authored by Gerd Zellweger's avatar Gerd Zellweger Committed by Gerd Zellweger
Browse files

Added missing net_tstamp.h header to tests.

parent 1f038a5d
No related branches found
No related tags found
No related merge requests found
......@@ -281,6 +281,7 @@ fn main() {
cfg.header("linux/seccomp.h");
cfg.header("linux/if_ether.h");
cfg.header("linux/if_tun.h");
cfg.header("linux/net_tstamp.h");
// DCCP support
if !uclibc && !musl && !emscripten {
cfg.header("linux/dccp.h");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment