diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-10 14:58:25 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-10 14:58:25 +0200 |
commit | fd1f60e0e0a346f5db69c03a68be6166a961e5b1 (patch) | |
tree | 4c0811c4624cb24f1cef57418066ecd5ad30b0ed /eit.c | |
parent | 506c772bd726e9399389807184a210a399bfec4d (diff) | |
download | vdr-fd1f60e0e0a346f5db69c03a68be6166a961e5b1.tar.gz vdr-fd1f60e0e0a346f5db69c03a68be6166a961e5b1.tar.bz2 |
Adapted VDR to the NEWSTRUCT driver
Diffstat (limited to 'eit.c')
-rw-r--r-- | eit.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |