Skip to content
Snippets Groups Projects
Commit ebe0feb5 authored by Pascal Bach's avatar Pascal Bach
Browse files

Add linux/module.h to test build

parent 8bfe10cb
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,7 @@ fn main() {
if linux || android {
cfg.header("sys/fsuid.h");
cfg.header("linux/module.h");
cfg.header("linux/seccomp.h");
cfg.header("linux/if_ether.h");
cfg.header("linux/if_tun.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