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.vet...@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.14.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to