diff options
-rw-r--r-- | io-module/buttons.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/io-module/buttons.h b/io-module/buttons.h index c9cd198..510b7d3 100644 --- a/io-module/buttons.h +++ b/io-module/buttons.h @@ -27,6 +27,9 @@ #include <linux/ctype.h> #include <linux/io.h> #include <linux/module.h> +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0) +#include <linux/signalfd.h> +#endif #include "mts_io_module.h" #include "mts_io.h" |