diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-03 16:47:35 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-03 16:47:35 +0100 |
commit | e11c7e4b1cdcde1f1bd7013c5ea055e2656d6fcb (patch) | |
tree | 80d123feafa2c2edb161af19210d512f674fb739 /tools.c | |
parent | da56a94dbf6fbc52f6cb0a16f2c4e3e75c4ae249 (diff) | |
download | vdr-e11c7e4b1cdcde1f1bd7013c5ea055e2656d6fcb.tar.gz vdr-e11c7e4b1cdcde1f1bd7013c5ea055e2656d6fcb.tar.bz2 |
Fixed a problem with the ERR macro defined by ncurses.h0.9.9pre5
Diffstat (limited to 'tools.c')
-rw-r--r-- | tools.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.c 1.55 2002/02/03 13:35:38 kls Exp $ + * $Id: tools.c 1.56 2002/02/03 16:44:08 kls Exp $ */ #include "tools.h" @@ -13,6 +13,7 @@ #include <errno.h> #if defined(DEBUG_OSD) #include <ncurses.h> +#undef ERR //XXX ncurses defines this - but this clashes with newer system header files #endif #include <stdlib.h> #include <sys/time.h> |