summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2012-05-01 11:19:21 +0200
committerMidas <vdrportal_midas@gmx.de>2012-05-01 11:19:21 +0200
commit4a05aa5128de1e5c68dc069d7657e88e83f35fde (patch)
tree7090347a88c67c61a6915614107d0ae418d2cc33
parentc3b5849ae5845e1a7f748209b69ad06989c6f7cd (diff)
downloadvdr-plugin-sleeptimer-4a05aa5128de1e5c68dc069d7657e88e83f35fde.tar.gz
vdr-plugin-sleeptimer-4a05aa5128de1e5c68dc069d7657e88e83f35fde.tar.bz2
added missing include to i18n.h. Thanx again to nox.
-rw-r--r--i18n.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
index 7837abc..a878dd9 100644
--- a/i18n.h
+++ b/i18n.h
@@ -10,6 +10,7 @@
#define _I18N__H
#include <vdr/i18n.h>
+#include <vdr/config.h>
extern const tI18nPhrase Phrases[];