From f2ad12a8199013645e9e6a69ea7c5d25ad4c3d61 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 8 Jul 2013 03:19:46 +0200 Subject: stream_radio: fix build This was accidentally broken with 37c5c11 and has been nroken for 5 months. Does anyone (want to) use this at all? --- stream/stream_radio.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stream') diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 49a3353c2a..fae9be43d1 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -37,6 +37,10 @@ #include +#ifdef CONFIG_RADIO_V4L2 +#include +#endif + #include "stream.h" #include "demux/demux.h" #include "core/m_struct.h" -- cgit v1.2.3