Skip to content

Commit 1535ee8

Browse files
committed
Include sys/user.h in the automatic test
1 parent db4273e commit 1535ee8

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
@@ -181,6 +181,7 @@ fn main() {
181181
cfg.header("sys/msg.h");
182182
cfg.header("sys/shm.h");
183183
cfg.header("sys/user.h");
184+
cfg.header("sys/reg.h");
184185
cfg.header("sys/fsuid.h");
185186
cfg.header("shadow.h");
186187
cfg.header("linux/input.h");

0 commit comments

Comments
 (0)