summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 03:19:46 +0200
committerwm4 <wm4@nowhere>2013-07-08 03:19:46 +0200
commitf2ad12a8199013645e9e6a69ea7c5d25ad4c3d61 (patch)
treeb336f46a990bf5d1cabc0ecb830da85410e84b7a
parent49bf0fb9dffdd8b39e68c4e423bbab653d3db396 (diff)
downloadmpv-f2ad12a8199013645e9e6a69ea7c5d25ad4c3d61.tar.bz2
mpv-f2ad12a8199013645e9e6a69ea7c5d25ad4c3d61.tar.xz
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?
-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"