Module: Mesa
Branch: gallium-0.2
Commit: 830e4a6ec3fb70c830d0c59eae5edc827b546eae
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=830e4a6ec3fb70c830d0c59eae5edc827b546eae
Author: Pekka Paalanen <[EMAIL PROTECTED]>
Date: Sun Nov 30 20:35:29 2008 +0200
Nouveau: nv20 build fix: forgotten include
Signed-off-by: Pekka Paalanen <[EMAIL PROTECTED]>
---
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)
{
_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit