Skip to content

Commit

Permalink
Fixed typo; 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 eb3e48c commit da27966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ 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");
cfg.header("linux/inotify.h");

// DCCP support
if !uclibc && !musl && !emscripten {
Expand Down

0 comments on commit da27966

Please sign in to comment.