diff options
author | phintuka <phintuka> | 2008-11-20 15:44:37 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-20 15:44:37 +0000 |
commit | 25605d60229644e03f769708e2bf2045c5ff1657 (patch) | |
tree | 5c283d9b7ab34a8fd6d90d569af0116d28174bfc /tools | |
parent | a912f80ef1c1c720f985ea2d0df75bdbf1419edb (diff) | |
download | xineliboutput-25605d60229644e03f769708e2bf2045c5ff1657.tar.gz xineliboutput-25605d60229644e03f769708e2bf2045c5ff1657.tar.bz2 |
Fixed compilation
("../i18n.h" -> <vdr/i18n.h>)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metainfo_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/metainfo_menu.c b/tools/metainfo_menu.c index 8620709d..01d97f30 100644 --- a/tools/metainfo_menu.c +++ b/tools/metainfo_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: metainfo_menu.c,v 1.6 2008-10-31 20:55:57 phintuka Exp $ + * $Id: metainfo_menu.c,v 1.7 2008-11-20 15:44:37 phintuka Exp $ * */ @@ -15,8 +15,8 @@ #endif #include <vdr/status.h> +#include <vdr/i18n.h> -#include "../i18n.h" #include "../config.h" #include "metainfo_menu.h" |