Skip to content

Commit f09346c

Browse files
committed
Modified includes in libc_test to make it work on android.
1 parent c4922c3 commit f09346c

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
@@ -153,6 +153,7 @@ fn do_ctest() {
153153
cfg.header("xlocale.h");
154154
cfg.header("utmp.h");
155155
cfg.header("ifaddrs.h");
156+
cfg.header("sys/inotify.h");
156157
if i686 || x86_64 {
157158
cfg.header("sys/reg.h");
158159
}
@@ -262,6 +263,7 @@ fn do_ctest() {
262263
cfg.header("sys/personality.h");
263264
cfg.header("sys/swap.h");
264265
cfg.header("pty.h");
266+
cfg.header("sys/inotify.h");
265267
if !uclibc {
266268
cfg.header("sys/sysinfo.h");
267269
}

0 commit comments

Comments
 (0)