mirror of https://github.com/mpv-player/mpv
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?
This commit is contained in:
parent
49bf0fb9df
commit
f2ad12a819
|
@ -37,6 +37,10 @@
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
|
#ifdef CONFIG_RADIO_V4L2
|
||||||
|
#include <linux/videodev2.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "demux/demux.h"
|
#include "demux/demux.h"
|
||||||
#include "core/m_struct.h"
|
#include "core/m_struct.h"
|
||||||
|
|
Loading…
Reference in New Issue