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