diff options
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h index f31b160..797bc9f 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -63,6 +63,10 @@ #include <linux/input.h> #include <xf86Xinput.h> #include <errno.h> +#include <string.h> +#include <unistd.h> +#include <stdio.h> +#include <stdlib.h> #define BITS_PER_LONG (sizeof(long) * 8) #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) |