Added inotify headers to the libc-test.

This commit is contained in:
Vincent Dagonneau 2019-01-28 19:41:29 +01:00
parent 01752b3cb4
commit eb3e48c62f
1 changed files with 2 additions and 0 deletions

View File

@ -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");