summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2011-10-23 17:36:21 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2011-10-23 17:36:21 +0200
commit0514ff44f60b8347391a86e0dcef6dca7e852310 (patch)
tree863baadbad31d223589126cbdc9fd5a2f0660b3f
parent8bab540df87c3f38369c772fd956f85cd655cf6e (diff)
downloadvdr-plugin-eepg-0514ff44f60b8347391a86e0dcef6dca7e852310.tar.gz
vdr-plugin-eepg-0514ff44f60b8347391a86e0dcef6dca7e852310.tar.bz2
fix includes
-rw-r--r--dish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dish.h b/dish.h
index 963fb42..4f96b7f 100644
--- a/dish.h
+++ b/dish.h
@@ -10,7 +10,7 @@
#ifndef LIBSI_DISH_H
#define LIBSI_DISH_H
-#include <vdr/tools.h>
+#include <libsi/util.h>
namespace SI
{