summaryrefslogtreecommitdiff
path: root/dvbosd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-03 16:47:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-03 16:47:35 +0100
commite11c7e4b1cdcde1f1bd7013c5ea055e2656d6fcb (patch)
tree80d123feafa2c2edb161af19210d512f674fb739 /dvbosd.h
parentda56a94dbf6fbc52f6cb0a16f2c4e3e75c4ae249 (diff)
downloadvdr-e11c7e4b1cdcde1f1bd7013c5ea055e2656d6fcb.tar.gz
vdr-e11c7e4b1cdcde1f1bd7013c5ea055e2656d6fcb.tar.bz2
Fixed a problem with the ERR macro defined by ncurses.h0.9.9pre5
Diffstat (limited to 'dvbosd.h')
-rw-r--r--dvbosd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbosd.h b/dvbosd.h
index 0c2b2115..0e90414c 100644
--- a/dvbosd.h
+++ b/dvbosd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbosd.h 1.9 2002/01/13 15:48:00 kls Exp $
+ * $Id: dvbosd.h 1.10 2002/02/03 16:43:50 kls Exp $
*/
#ifndef __DVBOSD_H
@@ -12,6 +12,7 @@
#if defined(DEBUG_OSD) || defined(REMOTE_KBD)
#include <ncurses.h>
+#undef ERR //XXX ncurses defines this - but this clashes with newer system header files
#endif
#include <ost/osd.h>
#include <stdio.h>