From: Pekka Paalanen Date: Sun, 30 Nov 2008 18:35:29 +0000 (+0200) Subject: Nouveau: nv20 build fix: forgotten include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=830e4a6ec3fb70c830d0c59eae5edc827b546eae;p=mesa.git Nouveau: nv20 build fix: forgotten include Signed-off-by: Pekka Paalanen --- diff --git a/src/gallium/drivers/nv20/nv20_state_emit.c b/src/gallium/drivers/nv20/nv20_state_emit.c index 863cfd7fba2..d0772c527b3 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) {