diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-23 17:36:21 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-10-23 17:36:21 +0200 |
commit | 0514ff44f60b8347391a86e0dcef6dca7e852310 (patch) | |
tree | 863baadbad31d223589126cbdc9fd5a2f0660b3f | |
parent | 8bab540df87c3f38369c772fd956f85cd655cf6e (diff) | |
download | vdr-plugin-eepg-0514ff44f60b8347391a86e0dcef6dca7e852310.tar.gz vdr-plugin-eepg-0514ff44f60b8347391a86e0dcef6dca7e852310.tar.bz2 |
fix includes
-rw-r--r-- | dish.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #ifndef LIBSI_DISH_H #define LIBSI_DISH_H -#include <vdr/tools.h> +#include <libsi/util.h> namespace SI { |