summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-10 14:58:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-10 14:58:25 +0200
commitfd1f60e0e0a346f5db69c03a68be6166a961e5b1 (patch)
tree4c0811c4624cb24f1cef57418066ecd5ad30b0ed /eit.c
parent506c772bd726e9399389807184a210a399bfec4d (diff)
downloadvdr-fd1f60e0e0a346f5db69c03a68be6166a961e5b1.tar.gz
vdr-fd1f60e0e0a346f5db69c03a68be6166a961e5b1.tar.bz2
Adapted VDR to the NEWSTRUCT driver
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/eit.c b/eit.c
index 8584c645..1ccd9406 100644
--- a/eit.c
+++ b/eit.c
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.c 1.46 2002/06/10 16:30:00 kls Exp $
+ * $Id: eit.c 1.47 2002/08/09 16:17:14 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -26,7 +26,11 @@
#include <iomanip.h>
#include <iostream.h>
#include <limits.h>
+#ifdef NEWSTRUCT
+#include <linux/dvb/dmx.h>
+#else
#include <ost/dmx.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>