Skip to content
Snippets Groups Projects
Commit da279668 authored by Vincent Dagonneau's avatar Vincent Dagonneau
Browse files

Fixed typo; Added inotify headers to the libc-test.

parent eb3e48c6
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment