summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorNoah <33094578+coolreader18@users.noreply.github.com>2021-03-11 12:19:02 -0600
committerNoah <33094578+coolreader18@users.noreply.github.com>2021-03-12 12:51:55 -0600
commite45454f20d1e14814a9d9a38305b97cada2e6e92 (patch)
tree6b4578677cf0f99775191fe9a02a51cd92546fe2 /libc-test
parent32457ddd8f7446b336d87d6c5f2c64416021e055 (diff)
downloadrust-libc-e45454f20d1e14814a9d9a38305b97cada2e6e92.tar.gz
Add structs from linux/uinput.h + a couple of input-related constants
Diffstat (limited to 'libc-test')
-rwxr-xr-xlibc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 978aec7781..f1e44a3e32 100755
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -2426,6 +2426,7 @@ fn test_linux(target: &str) {
"linux/rtnetlink.h",
"linux/seccomp.h",
"linux/sockios.h",
+ "linux/uinput.h",
"linux/vm_sockets.h",
"linux/wait.h",
"sys/fanotify.h",