summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-07-24 17:37:08 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-24 17:37:08 -0500
commitf9361503237b13383162dc4a9576c9da82b71442 (patch)
treed9609f0bffaed1238cd6f353835b1d2d0c02b881
parent46b2c4d8b82575fe07590b6b90187a19109cbba5 (diff)
downloadmts-io-f9361503237b13383162dc4a9576c9da82b71442.tar.gz
mts-io-f9361503237b13383162dc4a9576c9da82b71442.tar.bz2
mts-io-f9361503237b13383162dc4a9576c9da82b71442.zip
Need to define Linux version feature test macros
-rw-r--r--io-module/buttons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/buttons.h b/io-module/buttons.h
index 510b7d3..ef80f34 100644
--- a/io-module/buttons.h
+++ b/io-module/buttons.h
@@ -27,6 +27,7 @@
#include <linux/ctype.h>
#include <linux/io.h>
#include <linux/module.h>
+#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0)
#include <linux/signalfd.h>
#endif