From c108bee60c8d484209f5cb9f0d7614e3dc0b3bbf Mon Sep 17 00:00:00 2001 From: BPanther Date: Tue, 4 Sep 2018 01:10:04 +0200 Subject: [PATCH] fix vusolo4k Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/352a30bd31350eee1c76dcaed226ef58cb8df5a8 Author: BPanther Date: 2018-09-04 (Tue, 04 Sep 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- include/ca_ci.h | 1 + include/dmx_hal.h | 1 + libarmbox/dmx.cpp | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ca_ci.h b/include/ca_ci.h index 802f314..ee15f94 100644 --- a/include/ca_ci.h +++ b/include/ca_ci.h @@ -1,6 +1,7 @@ #ifndef __CA_H_ #define __CA_H_ +#include #include #include #include diff --git a/include/dmx_hal.h b/include/dmx_hal.h index c97d8cb..8ad5f3d 100644 --- a/include/dmx_hal.h +++ b/include/dmx_hal.h @@ -18,6 +18,7 @@ #ifndef __dmx_hal__ #define __dmx_hal__ +#include #include #include #include diff --git a/libarmbox/dmx.cpp b/libarmbox/dmx.cpp index 8d973ba..2db4b4c 100644 --- a/libarmbox/dmx.cpp +++ b/libarmbox/dmx.cpp @@ -20,6 +20,7 @@ * along with this program. If not, see . */ +#include #include #include #include @@ -101,7 +102,7 @@ static const char *devname[NUM_DEMUXDEV] = { #endif }; /* did we already DMX_SET_SOURCE on that demux device? */ -static bool init[NUM_DEMUXDEV] = { false, false, false, false, false, false, false, false }; +static bool init[NUM_DEMUXDEV] = { false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false }; typedef struct dmx_pdata { int last_source;