eitd: fix compile with --enable-freesatepg; Free sat epg code not tested

Origin commit data
------------------
Commit: 15bbe3f01b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
This commit is contained in:
[CST] Focus
2012-04-19 11:34:32 +04:00
parent 613770987a
commit 3d9c64a6f8
3 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <unistd.h>

View File

@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string>
#include <ctype.h>
#include <limits.h>

View File

@@ -1799,7 +1799,7 @@ void CCNThread::sendCNEvent()
/********************************************************************************/
/* Freesat EIT thread */
/********************************************************************************/
CFreeSatThread()
CFreeSatThread::CFreeSatThread()
: CEventsThread("freeSatThread", 3842)
{
skipTime = TIME_FSEIT_SKIPPING;