From 830e4a6ec3fb70c830d0c59eae5edc827b546eae Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Sun, 30 Nov 2008 20:35:29 +0200 Subject: Nouveau: nv20 build fix: forgotten include Signed-off-by: Pekka Paalanen --- src/gallium/drivers/nv20/nv20_state_emit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gallium/drivers/nv20/nv20_state_emit.c b/src/gallium/drivers/nv20/nv20_state_emit.c index 863cfd7fba..d0772c527b 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) { -- cgit v1.2.3