Include sys/user.h in the automatic test

This commit is contained in:
Marcin Mielniczuk 2017-07-21 17:11:30 +02:00
parent db4273ea2c
commit 1535ee8703

View file

@ -181,6 +181,7 @@ fn main() {
cfg.header("sys/msg.h");
cfg.header("sys/shm.h");
cfg.header("sys/user.h");
cfg.header("sys/reg.h");
cfg.header("sys/fsuid.h");
cfg.header("shadow.h");
cfg.header("linux/input.h");