summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common.h b/common.h
index 0d23e78..03a21ae 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * common.h: The 'EnigmaNG' VDR skin
+ * common.h: 'EnigmaNG' skin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*
@@ -9,7 +9,7 @@
#define __SKINENIGMA_COMMON_H
#include <string>
-#include <vdr/tools.h>
+#include <stdio.h>
#ifdef DEBUG
#define debug(x...) printf("EnigmaNG: " x);
@@ -20,3 +20,4 @@
#endif
#endif // __SKINENIGMA_COMMON_H
+// vim:et:sw=2:ts=2: