summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/i18n.h b/i18n.h
index 5068d5b..718e5b8 100644
--- a/i18n.h
+++ b/i18n.h
@@ -1,5 +1,5 @@
/*
- * i18n.h: The 'EnigmaNG' VDR skin
+ * i18n.h: 'EnigmaNG' skin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*
@@ -8,8 +8,11 @@
#ifndef __ENIGMA_I18N_H
#define __ENIGMA_I18N_H
+#include "common.h"
+
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif // __ENIGMA_I18N_H
+// vim:et:sw=2:ts=2: