summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-03 11:40:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-03 11:40:00 +0200
commitd4eb96f725bed149762665ddee275301c9f069a6 (patch)
tree86490012d641fb095f933a0d3c4f350142f833b6 /dvbapi.h
parent97ada9e02531e7db04e635aec262b056904fce8a (diff)
downloadvdr-d4eb96f725bed149762665ddee275301c9f069a6.tar.gz
vdr-d4eb96f725bed149762665ddee275301c9f069a6.tar.bz2
Added EIT support for current/next display0.6.2
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbapi.h b/dvbapi.h
index 25452cfa..9f954302 100644
--- a/dvbapi.h
+++ b/dvbapi.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.h 1.12 2000/07/30 15:01:01 kls Exp $
+ * $Id: dvbapi.h 1.13 2000/09/03 09:25:53 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -19,7 +19,7 @@ typedef unsigned char __u8;
#include <ncurses.h>
#endif
#include <stdio.h>
-#include "../DVB/driver/dvb.h"
+#include <dvb.h>
#define MenuLines 15
#define MenuColumns 40