Fix relative path of included kernel header

Bug: 16900503
BZ: 209178

Change-Id: Ic17f6149335179a6d5bcbee09f8514018c11f63c
Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
Reviewed-on: https://android.intel.com/220104
Reviewed-by: Hazarika, Prodyut <prodyut.hazarika@intel.com>
Reviewed-by: Fert, Laurent <laurent.fert@intel.com>
Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
diff --git a/src/wsbm_fencemgr.c b/src/wsbm_fencemgr.c
index b7b3c39..f7ff4f9 100644
--- a/src/wsbm_fencemgr.c
+++ b/src/wsbm_fencemgr.c
@@ -38,7 +38,7 @@
 #include "wsbm_pool.h"
 #include "wsbm_manager.h"
 #include <xf86drm.h>
-#include <psb_ttm_fence_user.h>
+#include <drm/psb_ttm_fence_user.h>
 #include <string.h>
 #include <unistd.h>
 
diff --git a/src/wsbm_slabpool.c b/src/wsbm_slabpool.c
index 658c9ed..ec6638b 100644
--- a/src/wsbm_slabpool.c
+++ b/src/wsbm_slabpool.c
@@ -34,7 +34,7 @@
 #include "config.h"
 #endif
 
-#include <psb_ttm_placement_user.h>
+#include <drm/psb_ttm_placement_user.h>
 #include <stdint.h>
 #include <sys/time.h>
 #include <errno.h>
diff --git a/src/wsbm_ttmpool.c b/src/wsbm_ttmpool.c
index b40cc00..0ea32bd 100644
--- a/src/wsbm_ttmpool.c
+++ b/src/wsbm_ttmpool.c
@@ -38,11 +38,11 @@
 #include <unistd.h>
 #include <errno.h>
 #include <sys/mman.h>
+#include <drm/psb_ttm_placement_user.h>
 #include "wsbm_pool.h"
 #include "assert.h"
 #include "wsbm_priv.h"
 #include "wsbm_manager.h"
-#include "psb_ttm_placement_user.h"
 
 #define DRMRESTARTCOMMANDWRITE(_fd, _val, _arg, _ret)			\
 	do {								\