Skip to content

Commit 04d0b71

Browse files
committed
Add missing header shadow.h
1 parent 7e0274b commit 04d0b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ fn main() {
163163
cfg.header("sys/msg.h");
164164
cfg.header("sys/shm.h");
165165
cfg.header("pty.h");
166+
cfg.header("shadow.h");
166167
}
167168

168169
if linux || android {

0 commit comments

Comments
 (0)