[Intel-gfx] [PATCH i-g-t 09/22] lib/uwildmat: Use include paths
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Sep 5 12:36:11 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.14.1
More information about the Intel-gfx
mailing list