summaryrefslogtreecommitdiff
path: root/io-module/mts_supercap.h
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts_supercap.h')
-rw-r--r--io-module/mts_supercap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/io-module/mts_supercap.h b/io-module/mts_supercap.h
index 871346d..bbe5529 100644
--- a/io-module/mts_supercap.h
+++ b/io-module/mts_supercap.h
@@ -3,6 +3,10 @@
#include <linux/workqueue.h>
#include <linux/pid.h>
+#include <linux/version.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0)
+#include <linux/signalfd.h>
+#endif
#include "mts_io.h"
#include "mts_io_module.h"