Skip to content

Commit da27966

Browse files
committed
Fixed typo; Added inotify headers to the libc-test.
1 parent eb3e48c commit da27966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ fn main() {
288288
cfg.header("linux/if_ether.h");
289289
cfg.header("linux/if_tun.h");
290290
cfg.header("linux/net_tstamp.h");
291-
cfg.header("uapi/linux/inotify.h");
291+
cfg.header("linux/inotify.h");
292292

293293
// DCCP support
294294
if !uclibc && !musl && !emscripten {

0 commit comments

Comments
 (0)