summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-07-24 16:43:42 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-24 16:43:42 -0500
commit10610fe2650d15d48c552bf98cf611316a3b21ae (patch)
tree597e18a0d519ccbaf7c7aae90909a5406b0feebf
parent0681508dafa8e9e079c962842a844bffc8828aa6 (diff)
downloadmts-io-10610fe2650d15d48c552bf98cf611316a3b21ae.tar.gz
mts-io-10610fe2650d15d48c552bf98cf611316a3b21ae.tar.bz2
mts-io-10610fe2650d15d48c552bf98cf611316a3b21ae.zip
New 4.19 kernel set moved kill_pid to new include file
-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"