summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/remotetimers.h2
-rw-r--r--services/tvscraper.h10
2 files changed, 10 insertions, 2 deletions
diff --git a/services/remotetimers.h b/services/remotetimers.h
index a69a7a0..ea31124 100644
--- a/services/remotetimers.h
+++ b/services/remotetimers.h
@@ -25,7 +25,7 @@
#define _SERVICE__H
#ifndef __TIMERS_H
-#include <vdr/timer.h>
+#include <vdr/timers.h>
#include <vdr/epg.h>
#endif
diff --git a/services/tvscraper.h b/services/tvscraper.h
index fc278ad..8c3cf35 100644
--- a/services/tvscraper.h
+++ b/services/tvscraper.h
@@ -1,3 +1,10 @@
+#ifndef __NOPACITY_TVSCRAPER_H
+#define __NOPACITY_TVSCRAPER_H
+
+#include <string>
+#include <vector>
+#include <vdr/epg.h>
+
enum tvMediaType {
typeSeries,
typeMovie,
@@ -53,4 +60,5 @@ struct TVScraperGetFullInformation
std::vector<tvMedia> fanart;
std::vector<tvActor> actors;
std::string description;
-}; \ No newline at end of file
+};
+#endif // __NOPACITY_TVSCRAPER_H \ No newline at end of file