Skip to content

Commit cfd340f

Browse files
committed
Add linux/module.h to test build
1 parent fddc419 commit cfd340f

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
@@ -272,6 +272,7 @@ fn main() {
272272

273273
if linux || android {
274274
cfg.header("sys/fsuid.h");
275+
cfg.header("linux/module.h");
275276
cfg.header("linux/seccomp.h");
276277
cfg.header("linux/if_ether.h");
277278
cfg.header("linux/if_tun.h");

0 commit comments

Comments
 (0)