diff options
-rw-r--r-- | menu.c | 3 | ||||
-rw-r--r-- | setup_menu.c | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.c,v 1.41 2007-09-17 19:15:10 phelin Exp $ + * $Id: menu.c,v 1.42 2007-09-17 23:16:18 phintuka Exp $ * */ @@ -24,6 +24,7 @@ #include "device.h" #include "media_player.h" #include "equalizer.h" +#include "i18n.h" // trVDR for VDR-1.4.x #ifndef HOTKEY_START # define HOTKEY_START kRed diff --git a/setup_menu.c b/setup_menu.c index 971a3d1b..24febd4b 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.37 2007-09-17 20:58:49 phelin Exp $ + * $Id: setup_menu.c,v 1.38 2007-09-17 23:16:18 phintuka Exp $ * */ @@ -17,6 +17,7 @@ #include "device.h" #include "menuitems.h" #include "config.h" +#include "i18n.h" // trVDR for vdr-1.4.x namespace XinelibOutputSetupMenu { |