summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_radio.c')
-rw-r--r--stream/stream_radio.c4
1 files changed, 4 insertions, 0 deletions
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 <linux/types.h>
+#ifdef CONFIG_RADIO_V4L2
+#include <linux/videodev2.h>
+#endif
+
#include "stream.h"
#include "demux/demux.h"
#include "core/m_struct.h"