Latest master head compiles fine here without this patch for a small build (i965 and nouveau)

On 16.05.2016 15:52, Daniel Vetter wrote:
No idea why, but without this my mesa stopped compiling ...

Signed-off-by: Daniel Vetter <daniel.vet...@intel.com>
---
  src/mesa/drivers/dri/nouveau/nouveau_screen.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c 
b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
index 6f61f66f3b01..2961a8b435c0 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c
+++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
@@ -27,6 +27,7 @@
  #include <stdio.h>
  #include <xf86drm.h>
  #include <nouveau_drm.h>
+#include <nouveau/nouveau.h>
  #include "nouveau_driver.h"
  #include "nouveau_context.h"
  #include "nouveau_fbo.h"

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

Reply via email to