Skip to content

Commit

Permalink
Added inotify headers to the libc-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vdagonneau committed Jan 28, 2019
1 parent 01752b3 commit eb3e48c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ fn main() {
cfg.header("linux/if_ether.h");
cfg.header("linux/if_tun.h");
cfg.header("linux/net_tstamp.h");
cfg.header("uapi/linux/inotify.h");

// DCCP support
if !uclibc && !musl && !emscripten {
cfg.header("linux/dccp.h");
Expand Down

0 comments on commit eb3e48c

Please sign in to comment.