Skip to content

Commit eb3e48c

Browse files
committed
Added inotify headers to the libc-test.
1 parent 01752b3 commit eb3e48c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ 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");
292+
291293
// DCCP support
292294
if !uclibc && !musl && !emscripten {
293295
cfg.header("linux/dccp.h");

0 commit comments

Comments
 (0)