Add linux/module.h to test build

This commit is contained in:
Pascal Bach 2018-07-16 20:24:50 +02:00
parent 8bfe10cb45
commit ebe0feb55d
1 changed files with 1 additions and 0 deletions

View File

@ -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");