diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |