[Intel-gfx] [PATCH i-g-t 09/12] lib/uwildmat: Use include paths

Daniel Vetter daniel.vetter at ffwll.ch
Sat Sep 2 17:04:03 UTC 2017


meson runs gcc from where meson.build that includes those files is,
which means we need to add the directory ourselves.

For automake it doesn't matter, so let's just do it for simplicity.

Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 lib/uwildmat/uwildmat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/uwildmat/uwildmat.c b/lib/uwildmat/uwildmat.c
index fac2319e1a8c..09155865de7b 100644
--- a/lib/uwildmat/uwildmat.c
+++ b/lib/uwildmat/uwildmat.c
@@ -95,7 +95,7 @@
 
 #include <string.h>
 #include <stdint.h>
-#include "uwildmat.h"
+#include "uwildmat/uwildmat.h"
 
 #define ABORT -1
 
-- 
2.9.5



More information about the Intel-gfx mailing list