From fd1f60e0e0a346f5db69c03a68be6166a961e5b1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 10 Aug 2002 14:58:25 +0200 Subject: Adapted VDR to the NEWSTRUCT driver --- dvbosd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dvbosd.h') diff --git a/dvbosd.h b/dvbosd.h index 69838f6d..e35aab6d 100644 --- a/dvbosd.h +++ b/dvbosd.h @@ -4,13 +4,17 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbosd.h 1.14 2002/08/04 10:12:14 kls Exp $ + * $Id: dvbosd.h 1.15 2002/08/09 16:16:48 kls Exp $ */ #ifndef __DVBOSD_H #define __DVBOSD_H +#ifdef NEWSTRUCT +#include +#else #include +#endif #include "dvbdevice.h" #include "osdbase.h" -- cgit v1.2.3