From 42adea653d7e08162e614958ab9827d10f86677b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 29 Nov 2010 19:25:24 +0000 Subject: [PATCH] Rename tvhead.h -> tvheadend.h --- src/access.c | 2 +- src/avahi.c | 2 +- src/capmt.c | 2 +- src/channels.c | 2 +- src/cwc.c | 2 +- src/dtable.c | 2 +- src/dvb/dvb.c | 2 +- src/dvb/dvb_adapter.c | 2 +- src/dvb/dvb_fe.c | 2 +- src/dvb/dvb_multiplex.c | 2 +- src/dvb/dvb_preconf.c | 2 +- src/dvb/dvb_satconf.c | 2 +- src/dvb/dvb_support.c | 2 +- src/dvb/dvb_tables.c | 2 +- src/dvb/dvb_transport.c | 2 +- src/dvr/dvr_autorec.c | 2 +- src/dvr/dvr_db.c | 2 +- src/dvr/dvr_rec.c | 2 +- src/dvr/mkmux.c | 2 +- src/epg.c | 2 +- src/ffdecsa/ffdecsa_interface.c | 2 +- src/htsbuf.c | 2 +- src/htsmsg_xml.c | 2 +- src/htsp.c | 2 +- src/http.c | 2 +- src/iptv_input.c | 2 +- src/main.c | 2 +- src/notify.c | 2 +- src/packet.c | 2 +- src/parser_h264.c | 2 +- src/parser_latm.c | 2 +- src/parsers.c | 2 +- src/plumbing/globalheaders.c | 2 +- src/plumbing/globalheaders.h | 2 +- src/plumbing/tsfix.c | 2 +- src/plumbing/tsfix.h | 2 +- src/psi.c | 2 +- src/rawtsinput.c | 2 +- src/rtp.c | 2 +- src/rtsp.c | 2 +- src/serviceprobe.c | 2 +- src/settings.c | 2 +- src/spawn.c | 2 +- src/streaming.c | 2 +- src/streaming.h | 1 - src/subscriptions.c | 2 +- src/tcp.c | 2 +- src/teletext.c | 2 +- src/transports.c | 2 +- src/trap.c | 2 +- src/tsdemux.c | 2 +- src/{tvhead.h => tvheadend.h} | 6 +++--- src/utils.c | 2 +- src/v4l.c | 2 +- src/webui/comet.c | 2 +- src/webui/extjs.c | 2 +- src/webui/extjs_dvb.c | 2 +- src/webui/extjs_v4l.c | 2 +- src/webui/simpleui.c | 2 +- src/webui/statedump.c | 2 +- src/webui/webui.c | 2 +- src/wrappers.c | 2 +- src/xmltv.c | 2 +- 63 files changed, 64 insertions(+), 65 deletions(-) rename src/{tvhead.h => tvheadend.h} (99%) diff --git a/src/access.c b/src/access.c index 86936183..dd21ed63 100644 --- a/src/access.c +++ b/src/access.c @@ -29,7 +29,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "access.h" #include "dtable.h" #include "settings.h" diff --git a/src/avahi.c b/src/avahi.c index ae32decc..4dc14f32 100644 --- a/src/avahi.c +++ b/src/avahi.c @@ -49,7 +49,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "avahi.h" static AvahiEntryGroup *group = NULL; diff --git a/src/capmt.c b/src/capmt.c index dd72e69e..939250bb 100644 --- a/src/capmt.c +++ b/src/capmt.c @@ -35,7 +35,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "dvb/dvb.h" #include "tcp.h" #include "psi.h" diff --git a/src/channels.c b/src/channels.c index 460e0880..d4ee932d 100644 --- a/src/channels.c +++ b/src/channels.c @@ -30,7 +30,7 @@ #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "psi.h" #include "channels.h" #include "transports.h" diff --git a/src/cwc.c b/src/cwc.c index a9896cbe..ef774de4 100644 --- a/src/cwc.c +++ b/src/cwc.c @@ -29,7 +29,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "tcp.h" #include "psi.h" #include "tsdemux.h" diff --git a/src/dtable.c b/src/dtable.c index 710033f5..f86100f1 100644 --- a/src/dtable.c +++ b/src/dtable.c @@ -29,7 +29,7 @@ #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "dtable.h" #include "notify.h" diff --git a/src/dvb/dvb.c b/src/dvb/dvb.c index 3543c401..0cb78d5c 100644 --- a/src/dvb/dvb.c +++ b/src/dvb/dvb.c @@ -17,7 +17,7 @@ */ -#include "tvhead.h" +#include "tvheadend.h" #include "dvb.h" #include "dvb_support.h" diff --git a/src/dvb/dvb_adapter.c b/src/dvb/dvb_adapter.c index 6f909bf6..f5317939 100644 --- a/src/dvb/dvb_adapter.c +++ b/src/dvb/dvb_adapter.c @@ -35,7 +35,7 @@ #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "transports.h" #include "dvb.h" #include "dvb_support.h" diff --git a/src/dvb/dvb_fe.c b/src/dvb/dvb_fe.c index c9e39d7f..c4e4d15f 100644 --- a/src/dvb/dvb_fe.c +++ b/src/dvb/dvb_fe.c @@ -33,7 +33,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "dvb.h" #include "dvb_support.h" #include "diseqc.h" diff --git a/src/dvb/dvb_multiplex.c b/src/dvb/dvb_multiplex.c index ea5262c4..6c81cba2 100644 --- a/src/dvb/dvb_multiplex.c +++ b/src/dvb/dvb_multiplex.c @@ -36,7 +36,7 @@ #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "dvb.h" #include "channels.h" #include "transports.h" diff --git a/src/dvb/dvb_preconf.c b/src/dvb/dvb_preconf.c index 26e32961..b4b6eb9b 100644 --- a/src/dvb/dvb_preconf.c +++ b/src/dvb/dvb_preconf.c @@ -26,7 +26,7 @@ #include -#include "tvhead.h" +#include "tvheadend.h" #include "dvb.h" #include "dvb_preconf.h" diff --git a/src/dvb/dvb_satconf.c b/src/dvb/dvb_satconf.c index b4ed2f8d..964754ea 100644 --- a/src/dvb/dvb_satconf.c +++ b/src/dvb/dvb_satconf.c @@ -28,7 +28,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "dvb.h" #include "dtable.h" #include "notify.h" diff --git a/src/dvb/dvb_support.c b/src/dvb/dvb_support.c index b102fcd4..b7098a55 100644 --- a/src/dvb/dvb_support.c +++ b/src/dvb/dvb_support.c @@ -31,7 +31,7 @@ #include -#include "tvhead.h" +#include "tvheadend.h" #include "dvb_support.h" #include "dvb.h" diff --git a/src/dvb/dvb_tables.c b/src/dvb/dvb_tables.c index c3c6136f..253623c8 100644 --- a/src/dvb/dvb_tables.c +++ b/src/dvb/dvb_tables.c @@ -33,7 +33,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "dvb.h" #include "dvb_support.h" #include "epg.h" diff --git a/src/dvb/dvb_transport.c b/src/dvb/dvb_transport.c index 15fbbeb9..8acaec75 100644 --- a/src/dvb/dvb_transport.c +++ b/src/dvb/dvb_transport.c @@ -36,7 +36,7 @@ #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "dvb.h" #include "channels.h" #include "transports.h" diff --git a/src/dvr/dvr_autorec.c b/src/dvr/dvr_autorec.c index bc75702c..91f18fa5 100644 --- a/src/dvr/dvr_autorec.c +++ b/src/dvr/dvr_autorec.c @@ -27,7 +27,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "settings.h" #include "dvr.h" #include "notify.h" diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index 0764a485..c7933c62 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -24,7 +24,7 @@ #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "dvr.h" #include "notify.h" #include "htsp.h" diff --git a/src/dvr/dvr_rec.c b/src/dvr/dvr_rec.c index b6f93544..190d55d2 100644 --- a/src/dvr/dvr_rec.c +++ b/src/dvr/dvr_rec.c @@ -25,7 +25,7 @@ #include "htsstr.h" -#include "tvhead.h" +#include "tvheadend.h" #include "streaming.h" #include "dvr.h" #include "spawn.h" diff --git a/src/dvr/mkmux.c b/src/dvr/mkmux.c index 5c967e98..d0f94bf4 100644 --- a/src/dvr/mkmux.c +++ b/src/dvr/mkmux.c @@ -25,7 +25,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "streaming.h" #include "dvr.h" #include "mkmux.h" diff --git a/src/epg.c b/src/epg.c index 6a8778c2..c5f05ba3 100644 --- a/src/epg.c +++ b/src/epg.c @@ -23,7 +23,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "channels.h" #include "epg.h" #include "dvr/dvr.h" diff --git a/src/ffdecsa/ffdecsa_interface.c b/src/ffdecsa/ffdecsa_interface.c index 117fba4e..607519a7 100644 --- a/src/ffdecsa/ffdecsa_interface.c +++ b/src/ffdecsa/ffdecsa_interface.c @@ -19,7 +19,7 @@ * along with this program. If not, see . */ #include "config.h" -#include "tvhead.h" +#include "tvheadend.h" #include "FFdecsa.h" diff --git a/src/htsbuf.c b/src/htsbuf.c index 68cc9850..afc88c71 100644 --- a/src/htsbuf.c +++ b/src/htsbuf.c @@ -23,7 +23,7 @@ #include #include #include "htsbuf.h" -#include "tvhead.h" +#include "tvheadend.h" #ifndef MIN #define MIN(a, b) ((a) < (b) ? (a) : (b)) diff --git a/src/htsmsg_xml.c b/src/htsmsg_xml.c index 975cc4a9..87ba6494 100644 --- a/src/htsmsg_xml.c +++ b/src/htsmsg_xml.c @@ -50,7 +50,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "htsmsg_xml.h" #include "htsbuf.h" diff --git a/src/htsp.c b/src/htsp.c index 99fb6327..c37c0281 100644 --- a/src/htsp.c +++ b/src/htsp.c @@ -29,7 +29,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "channels.h" #include "subscriptions.h" #include "tcp.h" diff --git a/src/http.c b/src/http.c index 7608e866..def767d8 100644 --- a/src/http.c +++ b/src/http.c @@ -29,7 +29,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "tcp.h" #include "http.h" #include "rtsp.h" diff --git a/src/iptv_input.c b/src/iptv_input.c index e0cbac79..4d83efa3 100644 --- a/src/iptv_input.c +++ b/src/iptv_input.c @@ -33,7 +33,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "htsmsg.h" #include "channels.h" #include "transports.h" diff --git a/src/main.c b/src/main.c index 055fdb4c..b8ba18a0 100644 --- a/src/main.c +++ b/src/main.c @@ -36,7 +36,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "tcp.h" #include "access.h" #include "http.h" diff --git a/src/notify.c b/src/notify.c index 2f096bf6..bdad26ef 100644 --- a/src/notify.c +++ b/src/notify.c @@ -22,7 +22,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "notify.h" #include "webui/webui.h" diff --git a/src/packet.c b/src/packet.c index c3efdb0f..f84a8a11 100644 --- a/src/packet.c +++ b/src/packet.c @@ -17,7 +17,7 @@ */ -#include "tvhead.h" +#include "tvheadend.h" #include "packet.h" #include "string.h" #include "atomic.h" diff --git a/src/parser_h264.c b/src/parser_h264.c index 8b17fb82..7137172d 100644 --- a/src/parser_h264.c +++ b/src/parser_h264.c @@ -28,7 +28,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "parsers.h" #include "parser_h264.h" #include "bitstream.h" diff --git a/src/parser_latm.c b/src/parser_latm.c index 08656a64..6097d2c4 100644 --- a/src/parser_latm.c +++ b/src/parser_latm.c @@ -30,7 +30,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "parsers.h" #include "parser_latm.h" #include "bitstream.h" diff --git a/src/parsers.c b/src/parsers.c index e7a0442d..28213358 100644 --- a/src/parsers.c +++ b/src/parsers.c @@ -25,7 +25,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "parsers.h" #include "parser_h264.h" #include "parser_latm.h" diff --git a/src/plumbing/globalheaders.c b/src/plumbing/globalheaders.c index d99c56c4..2c5df1f7 100644 --- a/src/plumbing/globalheaders.c +++ b/src/plumbing/globalheaders.c @@ -17,7 +17,7 @@ */ #include -#include "tvhead.h" +#include "tvheadend.h" #include "streaming.h" #include "globalheaders.h" diff --git a/src/plumbing/globalheaders.h b/src/plumbing/globalheaders.h index 160ee12e..dff742e5 100644 --- a/src/plumbing/globalheaders.h +++ b/src/plumbing/globalheaders.h @@ -19,7 +19,7 @@ #ifndef GLOBALHEADERS_H__ #define GLOBALHEADERS_H__ -#include "tvhead.h" +#include "tvheadend.h" streaming_target_t *globalheaders_create(streaming_target_t *output); diff --git a/src/plumbing/tsfix.c b/src/plumbing/tsfix.c index 40ac2303..c88d52d9 100644 --- a/src/plumbing/tsfix.c +++ b/src/plumbing/tsfix.c @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -#include "tvhead.h" +#include "tvheadend.h" #include "streaming.h" #include "tsfix.h" diff --git a/src/plumbing/tsfix.h b/src/plumbing/tsfix.h index 1692afa8..7e6f7bd0 100644 --- a/src/plumbing/tsfix.h +++ b/src/plumbing/tsfix.h @@ -19,7 +19,7 @@ #ifndef TSFIX_H__ #define TSFIX_H__ -#include "tvhead.h" +#include "tvheadend.h" streaming_target_t *tsfix_create(streaming_target_t *output); diff --git a/src/psi.c b/src/psi.c index ba30d89e..84fab16c 100644 --- a/src/psi.c +++ b/src/psi.c @@ -22,7 +22,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "psi.h" #include "transports.h" #include "dvb/dvb_support.h" diff --git a/src/rawtsinput.c b/src/rawtsinput.c index 3c39e120..0d86ce15 100644 --- a/src/rawtsinput.c +++ b/src/rawtsinput.c @@ -28,7 +28,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "transports.h" #include "rawtsinput.h" #include "psi.h" diff --git a/src/rtp.c b/src/rtp.c index 866f1d46..990dd6a3 100644 --- a/src/rtp.c +++ b/src/rtp.c @@ -27,7 +27,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "rtp.h" void diff --git a/src/rtsp.c b/src/rtsp.c index 1e165dde..7d54bb29 100644 --- a/src/rtsp.c +++ b/src/rtsp.c @@ -29,7 +29,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "channels.h" #include "subscriptions.h" #include "tcp.h" diff --git a/src/serviceprobe.c b/src/serviceprobe.c index 1c749493..c13fe8ac 100644 --- a/src/serviceprobe.c +++ b/src/serviceprobe.c @@ -27,7 +27,7 @@ -#include "tvhead.h" +#include "tvheadend.h" #include "channels.h" #include "subscriptions.h" #include "serviceprobe.h" diff --git a/src/settings.c b/src/settings.c index 2b207c75..1c5128b3 100644 --- a/src/settings.c +++ b/src/settings.c @@ -30,7 +30,7 @@ #include "htsmsg.h" #include "htsmsg_json.h" #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" static char *settingspath; diff --git a/src/spawn.c b/src/spawn.c index ad784b60..9d59c597 100644 --- a/src/spawn.c +++ b/src/spawn.c @@ -27,7 +27,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "spawn.h" extern char **environ; diff --git a/src/streaming.c b/src/streaming.c index 0110cd00..66b1f3f6 100644 --- a/src/streaming.c +++ b/src/streaming.c @@ -18,7 +18,7 @@ #include -#include "tvhead.h" +#include "tvheadend.h" #include "streaming.h" #include "packet.h" #include "atomic.h" diff --git a/src/streaming.h b/src/streaming.h index 48b0c865..eb2919c9 100644 --- a/src/streaming.h +++ b/src/streaming.h @@ -19,7 +19,6 @@ #ifndef STREAMING_H_ #define STREAMING_H_ -#include "tvhead.h" #include "packet.h" #include "htsmsg.h" diff --git a/src/subscriptions.c b/src/subscriptions.c index 72ab8824..2f4ca1b1 100644 --- a/src/subscriptions.c +++ b/src/subscriptions.c @@ -31,7 +31,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "transports.h" #include "subscriptions.h" #include "streaming.h" diff --git a/src/tcp.c b/src/tcp.c index fa2f9194..171a4dc6 100644 --- a/src/tcp.c +++ b/src/tcp.c @@ -33,7 +33,7 @@ #include #include "tcp.h" -#include "tvhead.h" +#include "tvheadend.h" /** diff --git a/src/teletext.c b/src/teletext.c index c8b4cebc..7356dbe7 100644 --- a/src/teletext.c +++ b/src/teletext.c @@ -29,7 +29,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "teletext.h" #include "transports.h" #include "packet.h" diff --git a/src/transports.c b/src/transports.c index 144938d3..57850e57 100644 --- a/src/transports.c +++ b/src/transports.c @@ -31,7 +31,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "transports.h" #include "subscriptions.h" #include "tsdemux.h" diff --git a/src/trap.c b/src/trap.c index f698ed22..b2ebf09b 100644 --- a/src/trap.c +++ b/src/trap.c @@ -38,7 +38,7 @@ char tvh_binshasum[20]; #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "sha1.h" #define MAXFRAMES 100 diff --git a/src/tsdemux.c b/src/tsdemux.c index 83f91fcf..3a686809 100644 --- a/src/tsdemux.c +++ b/src/tsdemux.c @@ -32,7 +32,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "teletext.h" #include "transports.h" #include "subscriptions.h" diff --git a/src/tvhead.h b/src/tvheadend.h similarity index 99% rename from src/tvhead.h rename to src/tvheadend.h index 13ec36fb..318d3d83 100644 --- a/src/tvhead.h +++ b/src/tvheadend.h @@ -1,5 +1,5 @@ /* - * TV headend - structures + * Tvheadend - structures * Copyright (C) 2007 Andreas Öman * * This program is free software: you can redistribute it and/or modify @@ -16,8 +16,8 @@ * along with this program. If not, see . */ -#ifndef TV_HEAD_H -#define TV_HEAD_H +#ifndef TVHEADEND_H +#define TVHEADEND_H #include "config.h" diff --git a/src/utils.c b/src/utils.c index a3abf60f..1a293dc8 100644 --- a/src/utils.c +++ b/src/utils.c @@ -20,7 +20,7 @@ #include #include #include -#include "tvhead.h" +#include "tvheadend.h" /** * CRC32 diff --git a/src/v4l.c b/src/v4l.c index df63647d..7fb52217 100644 --- a/src/v4l.c +++ b/src/v4l.c @@ -33,7 +33,7 @@ #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "transports.h" #include "v4l.h" #include "parsers.h" diff --git a/src/webui/comet.c b/src/webui/comet.c index 30b34f89..f529eb54 100644 --- a/src/webui/comet.c +++ b/src/webui/comet.c @@ -27,7 +27,7 @@ #include "htsmsg.h" #include "htsmsg_json.h" -#include "tvhead.h" +#include "tvheadend.h" #include "http.h" #include "webui/webui.h" #include "access.h" diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 76f76ae7..3ab99384 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -29,7 +29,7 @@ #include "htsmsg.h" #include "htsmsg_json.h" -#include "tvhead.h" +#include "tvheadend.h" #include "http.h" #include "webui.h" #include "access.h" diff --git a/src/webui/extjs_dvb.c b/src/webui/extjs_dvb.c index a4da7b74..b87804fe 100644 --- a/src/webui/extjs_dvb.c +++ b/src/webui/extjs_dvb.c @@ -29,7 +29,7 @@ #include "htsmsg.h" #include "htsmsg_json.h" -#include "tvhead.h" +#include "tvheadend.h" #include "http.h" #include "webui.h" #include "access.h" diff --git a/src/webui/extjs_v4l.c b/src/webui/extjs_v4l.c index 4b22e938..734ad20a 100644 --- a/src/webui/extjs_v4l.c +++ b/src/webui/extjs_v4l.c @@ -29,7 +29,7 @@ #include "htsmsg.h" #include "htsmsg_json.h" -#include "tvhead.h" +#include "tvheadend.h" #include "http.h" #include "webui.h" #include "access.h" diff --git a/src/webui/simpleui.c b/src/webui/simpleui.c index 59052750..197825af 100644 --- a/src/webui/simpleui.c +++ b/src/webui/simpleui.c @@ -24,7 +24,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "http.h" #include "webui.h" #include "access.h" diff --git a/src/webui/statedump.c b/src/webui/statedump.c index e28cb5b1..caa9b4bd 100644 --- a/src/webui/statedump.c +++ b/src/webui/statedump.c @@ -23,7 +23,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "http.h" #include "webui.h" #include "access.h" diff --git a/src/webui/webui.c b/src/webui/webui.c index cff5f390..49576373 100644 --- a/src/webui/webui.c +++ b/src/webui/webui.c @@ -29,7 +29,7 @@ #include #include -#include "tvhead.h" +#include "tvheadend.h" #include "access.h" #include "http.h" #include "webui.h" diff --git a/src/wrappers.c b/src/wrappers.c index 2ac2e8f5..ce38af94 100644 --- a/src/wrappers.c +++ b/src/wrappers.c @@ -1,7 +1,7 @@ #include #include /* See NOTES */ #include -#include "tvhead.h" +#include "tvheadend.h" int tvh_open(const char *pathname, int flags, mode_t mode) diff --git a/src/xmltv.c b/src/xmltv.c index 612f7a8a..73b5580c 100644 --- a/src/xmltv.c +++ b/src/xmltv.c @@ -28,7 +28,7 @@ #include "htsmsg_xml.h" #include "settings.h" -#include "tvhead.h" +#include "tvheadend.h" #include "channels.h" #include "epg.h" #include "xmltv.h"