]> git.wh0rd.org - patches.git/blob - linux-uinput-header.patch
more random patches. who knows.
[patches.git] / linux-uinput-header.patch
1 diff --git a/include/linux/uinput.h b/include/linux/uinput.h
2 index 1fd61ee..a6c1e8e 100644
3 --- a/include/linux/uinput.h
4 +++ b/include/linux/uinput.h
5 @@ -32,6 +32,8 @@
6 * - first public version
7 */
8
9 +#include <linux/input.h>
10 +
11 #define UINPUT_VERSION 3
12
13 #ifdef __KERNEL__