diff options
Diffstat (limited to 'hidio_linux.c')
-rw-r--r-- | hidio_linux.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hidio_linux.c b/hidio_linux.c index a7e1c1c..7da4ff9 100644 --- a/hidio_linux.c +++ b/hidio_linux.c @@ -15,6 +15,12 @@ #include "hidio.h" +/* + * this is automatically generated from linux/input.h by + * make-arrays-from-input.h.pl to be the cross-platform event types and codes + */ +#include "input_arrays.h" + #define DEBUG(x) //#define DEBUG(x) x |