Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 683280 | Differences between
and this patch

Collapse All | Expand All

(-)a/mythtv/libs/libmythtv/channelscan/channelscanner.cpp (+2 lines)
Lines 39-45 using namespace std; Link Here
39
#include "hdhrchannel.h"
39
#include "hdhrchannel.h"
40
#include "scanmonitor.h"
40
#include "scanmonitor.h"
41
#include "asichannel.h"
41
#include "asichannel.h"
42
#ifdef USING_DVB
42
#include "dvbchannel.h"
43
#include "dvbchannel.h"
44
#endif
43
#include "v4lchannel.h"
45
#include "v4lchannel.h"
44
#include "iptvchannel.h"
46
#include "iptvchannel.h"
45
#include "ExternalChannel.h"
47
#include "ExternalChannel.h"

Return to bug 683280