From 023ae44411d8a1b4ac0b0addf2493073880d695a Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Mon, 17 Jul 2017 23:49:19 +0200 Subject: [PATCH] add missing version include --- dvb-core/dvb_ringbuffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dvb-core/dvb_ringbuffer.c b/dvb-core/dvb_ringbuffer.c index 4a5a976..dfa40b8 100644 --- a/dvb-core/dvb_ringbuffer.c +++ b/dvb-core/dvb_ringbuffer.c @@ -31,7 +31,8 @@ #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0) +#include +#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)) #include #else #include