From da27966859d92798d4cf1f5a1809a988edcbafcd Mon Sep 17 00:00:00 2001 From: Vincent Dagonneau Date: Mon, 28 Jan 2019 20:56:15 +0100 Subject: [PATCH] Fixed typo; Added inotify headers to the libc-test. --- libc-test/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index ae9dabbe93577..1853a1fcb787b 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -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 {