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:
wm4 2013-07-08 03:19:46 +02:00
parent 49bf0fb9df
commit f2ad12a819
1 changed files with 4 additions and 0 deletions

View File

@ -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"