summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-15 12:39:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-15 12:39:20 +0200
commit20019e7ce51b9e14ce28f96b263b76e6becd4184 (patch)
tree183c0f3bac333786eb71f6825ce40412b8cb7ab4 /dvbapi.h
parent5c574ffb7bba34506479247bf6d924e090bc2d10 (diff)
downloadvdr-20019e7ce51b9e14ce28f96b263b76e6becd4184.tar.gz
vdr-20019e7ce51b9e14ce28f96b263b76e6becd4184.tar.bz2
Added support for LIRC remote control0.0.6
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 e0c74b07..a43ba0ee 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.10 2000/05/20 14:50:43 kls Exp $
+ * $Id: dvbapi.h 1.11 2000/06/24 14:03:57 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -15,7 +15,7 @@ typedef unsigned int __u32;
typedef unsigned short __u16;
typedef unsigned char __u8;
-#if defined(DEBUG_OSD) || defined(DEBUG_REMOTE)
+#if defined(DEBUG_OSD) || defined(REMOTE_KBD)
#include <ncurses.h>
#endif
#include <stdio.h>