summaryrefslogtreecommitdiff
path: root/PLUGINS/SRC/hello/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS/SRC/hello/i18n.h')
-rw-r--r--PLUGINS/SRC/hello/i18n.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/PLUGINS/SRC/hello/i18n.h b/PLUGINS/SRC/hello/i18n.h
index 2976fe8..577628a 100644
--- a/PLUGINS/SRC/hello/i18n.h
+++ b/PLUGINS/SRC/hello/i18n.h
@@ -3,9 +3,14 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: i18n.h 1.1 2002/05/09 15:15:49 kls Exp $
+ * $Id: i18n.h 1.2 2002/05/11 14:48:16 kls Exp $
*/
+#ifndef _I18N__H
+#define _I18N__H
+
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
+
+#endif //_I18N__H