Module: Mesa
Branch: master
Commit: c19fc5e0198cbc1eead3db9672d51c56c1aa3f1d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c19fc5e0198cbc1eead3db9672d51c56c1aa3f1d

Author: Jason Ekstrand <jason.ekstr...@intel.com>
Date:   Mon Aug 22 14:24:01 2016 -0700

isl/tests: Use a longer path for isl.h

The tests assumed that isl would be in the include path but that usually
isn't the case.  Instead, we usually have src/intel and you need to add an
"isl/" prefix.

Signed-off-by: Jason Ekstrand <ja...@jlekstrand.net>
Reviewed-by: Matt Turner <matts...@gmail.com>

---

 src/intel/isl/tests/isl_surf_get_image_offset_test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/intel/isl/tests/isl_surf_get_image_offset_test.c 
b/src/intel/isl/tests/isl_surf_get_image_offset_test.c
index 9d6a834..9015f0e 100644
--- a/src/intel/isl/tests/isl_surf_get_image_offset_test.c
+++ b/src/intel/isl/tests/isl_surf_get_image_offset_test.c
@@ -27,8 +27,8 @@
 #include <stdlib.h>
 
 #include "brw_device_info.h"
-#include "isl.h"
-#include "isl_priv.h"
+#include "isl/isl.h"
+#include "isl/isl_priv.h"
 
 #define BDW_GT2_DEVID 0x161a
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to