diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2012-06-18 22:20:30 +0200 |
---|---|---|
committer | Martin Dummer <martin.dummer@gmx.net> | 2012-06-18 22:20:30 +0200 |
commit | b3874ad77b0315c92ecded695cddb2487c4bb2e8 (patch) | |
tree | c0a1cfa91a5ce4751d3ac441f1a63b029159fab1 /menunoselectitem.h | |
parent | 699d66c8380cac5e22fd48cc57e274bafbfeaa6b (diff) | |
download | vdr-plugin-undelete-0.0.5.tar.gz vdr-plugin-undelete-0.0.5.tar.bz2 |
import of version 0.0.5v0.0.5
Diffstat (limited to 'menunoselectitem.h')
-rw-r--r-- | menunoselectitem.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/menunoselectitem.h b/menunoselectitem.h index 1a43127..854708c 100644 --- a/menunoselectitem.h +++ b/menunoselectitem.h @@ -3,13 +3,17 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: menunoselectitem.h 0.4 2005/11/16 18:39:18 hflor Exp $ + * $Id: menunoselectitem.h 0.5 2005/11/17 21:05:05 hflor Exp $ */ #ifndef __MENUNOSELECTITEM_H #define __MENUNOSELECTITEM_H #include <vdr/osd.h> +#include <vdr/config.h> +#ifdef HAVE_ELCHI + #include <vdr/theme.h> +#endif // --- cMenuOsdNoSelectItem ----------------------------------------------------- |