Mesa (gallium-0.2): Nouveau: nv20 build fix: forgotten include

Pekka Paalanen pq at kemper.freedesktop.org
Sun Nov 30 19:52:46 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 830e4a6ec3fb70c830d0c59eae5edc827b546eae
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=830e4a6ec3fb70c830d0c59eae5edc827b546eae

Author: Pekka Paalanen <pq at iki.fi>
Date:   Sun Nov 30 20:35:29 2008 +0200

Nouveau: nv20 build fix: forgotten include

Signed-off-by: Pekka Paalanen <pq at iki.fi>

---

 src/gallium/drivers/nv20/nv20_state_emit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/nv20/nv20_state_emit.c b/src/gallium/drivers/nv20/nv20_state_emit.c
index 863cfd7..d0772c5 100644
--- a/src/gallium/drivers/nv20/nv20_state_emit.c
+++ b/src/gallium/drivers/nv20/nv20_state_emit.c
@@ -1,5 +1,6 @@
 #include "nv20_context.h"
 #include "nv20_state.h"
+#include "draw/draw_context.h"
 
 static void nv20_state_emit_blend(struct nv20_context* nv20)
 {




More information about the mesa-commit mailing list