summaryrefslogtreecommitdiff
path: root/package/strace/patches/patch-evdev_c
blob: 4716465ec02318263f754b3777e47258aa8ef7c4 (plain)
1
2
3
4
5
6
7
8
9
10
--- strace-4.10.orig/evdev.c	2015-02-22 03:29:55.000000000 +0100
+++ strace-4.10/evdev.c	2015-10-11 19:28:08.616071631 +0200
@@ -29,6 +29,7 @@
 #include "defs.h"
 
 #ifdef HAVE_LINUX_INPUT_H
+#include <linux/ioctl.h>
 #include <linux/input.h>
 #include "xlat/evdev_abs.h"
 #include "xlat/evdev_autorepeat.h"