diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-08 16:01:49 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-08 16:01:49 +0200 |
commit | c994b221ae2e9b5a395ab5641f5a6f66f0de18cc (patch) | |
tree | 267fe1224394c679865a181c5b0b368db6d5d38b /eepg.c | |
parent | 2b14567643d2879c8db64a8e5fa7c0abb6d921bc (diff) | |
download | vdr-plugin-eepg-c994b221ae2e9b5a395ab5641f5a6f66f0de18cc.tar.gz vdr-plugin-eepg-c994b221ae2e9b5a395ab5641f5a6f66f0de18cc.tar.bz2 |
fix Makefile and include
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ #include <libsi/si.h> #include "eepg.h" #include "dish.h" +#include "epghandler.h" #include <map> #include <string> |