aboutsummaryrefslogtreecommitdiff
path: root/addons/library.xbmc.pvr/libXBMC_pvr.h
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2013-07-13 15:57:13 +0200
committerwsnipex <wsnipex@a1.net>2013-07-16 16:54:53 +0200
commitcc988c14d2c13cee4633b316065e4cf335328e99 (patch)
tree577044e5f7781f7a2f76b3a9a60620f075345796 /addons/library.xbmc.pvr/libXBMC_pvr.h
parent296093925468c2d40d433d4e66a07e0ee6fb12e5 (diff)
[configure] don't use relative include paths in addon headers
this breaks xbmc dev packages where all headers are installed in standard include paths
Diffstat (limited to 'addons/library.xbmc.pvr/libXBMC_pvr.h')
-rw-r--r--addons/library.xbmc.pvr/libXBMC_pvr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/library.xbmc.pvr/libXBMC_pvr.h b/addons/library.xbmc.pvr/libXBMC_pvr.h
index 5e5ef47984..6827954150 100644
--- a/addons/library.xbmc.pvr/libXBMC_pvr.h
+++ b/addons/library.xbmc.pvr/libXBMC_pvr.h
@@ -25,7 +25,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "xbmc_pvr_types.h"
-#include "../library.xbmc.addon/libXBMC_addon.h"
+#include "libXBMC_addon.h"
#ifdef _WIN32
#define PVR_HELPER_DLL "\\library.xbmc.pvr\\libXBMC_pvr" ADDON_HELPER_EXT