diff options
Diffstat (limited to 'src/evemu.c')
| -rw-r--r-- | src/evemu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/evemu.c b/src/evemu.c index 553e765..50765b0 100644 --- a/src/evemu.c +++ b/src/evemu.c | |||
| @@ -33,6 +33,8 @@ | |||
| 33 | #include <fcntl.h> | 33 | #include <fcntl.h> |
| 34 | #include <errno.h> | 34 | #include <errno.h> |
| 35 | #include <poll.h> | 35 | #include <poll.h> |
| 36 | #include <ctype.h> | ||
| 37 | #include <unistd.h> | ||
| 36 | 38 | ||
| 37 | #ifndef UI_SET_PROPBIT | 39 | #ifndef UI_SET_PROPBIT |
| 38 | #define UI_SET_PROPBIT _IOW(UINPUT_IOCTL_BASE, 110, int) | 40 | #define UI_SET_PROPBIT _IOW(UINPUT_IOCTL_BASE, 110, int) |
