diff options
author | Jason Ekstrand <[email protected]> | 2016-08-22 14:24:01 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-25 15:29:47 -0700 |
commit | c19fc5e0198cbc1eead3db9672d51c56c1aa3f1d (patch) | |
tree | ebd7e1e805f2bd1452350dcd2d1bfcf32e769a4f /src/intel | |
parent | 8bdf605214874804369a879ca7d2f2de01e2af09 (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/isl/tests/isl_surf_get_image_offset_test.c | 4 |
1 files 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 9d6a8348800..9015f0e0ee4 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 |