From f2914912316aeae443cb1175dae8e0c332cf713c Mon Sep 17 00:00:00 2001 From: drmocm Date: Mon, 10 Sep 2018 08:25:01 +0200 Subject: [PATCH] include version.h in dmxdev.c to fix compilation error --- dvb-core/dmxdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dvb-core/dmxdev.c b/dvb-core/dmxdev.c index 3898e4a..eade5a7 100644 --- a/dvb-core/dmxdev.c +++ b/dvb-core/dmxdev.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "dmxdev.h" static int debug;