From 065dd1a238eb0779d22141e4f1f12883fb478f4c Mon Sep 17 00:00:00 2001 From: drmocm Date: Mon, 10 Sep 2018 09:50:47 +0200 Subject: [PATCH] include version.h in dmxdev.c --- 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;