summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--eepg.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19c0684..0bebc82 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = $(PLUGIN).o dish.o
+OBJS = $(PLUGIN).o dish.o epghandler.o
ifdef DBG
CXXFLAGS += -g
diff --git a/eepg.c b/eepg.c
index ab684f4..7aa3fe0 100644
--- a/eepg.c
+++ b/eepg.c
@@ -38,6 +38,7 @@
#include <libsi/si.h>
#include "eepg.h"
#include "dish.h"
+#include "epghandler.h"
#include <map>
#include <string>