comparison stream/stream_radio.h @ 30165:b4cbeff5153e

Add a few missing header #includes and #defines.
author diego
date Mon, 04 Jan 2010 18:58:35 +0000
parents 14c5017f40d2
children ce0122361a39
comparison
equal deleted inserted replaced
30164:51ee44af067b 30165:b4cbeff5153e
1 #ifndef MPLAYER_STREAM_RADIO_H 1 #ifndef MPLAYER_STREAM_RADIO_H
2 #define MPLAYER_STREAM_RADIO_H 2 #define MPLAYER_STREAM_RADIO_H
3 3
4 #include "config.h"
4 #include "stream.h" 5 #include "stream.h"
5 6
6 #define RADIO_CHANNEL_LOWER 1 7 #define RADIO_CHANNEL_LOWER 1
7 #define RADIO_CHANNEL_HIGHER 2 8 #define RADIO_CHANNEL_HIGHER 2
8 9