summaryrefslogtreecommitdiff
path: root/io-module/buttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/buttons.h')
-rw-r--r--io-module/buttons.h3
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"