From: Corbin Simpson Date: Mon, 30 Mar 2009 22:47:00 +0000 (-0700) Subject: r300-gallium: Fix strange build error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7620b3943b5f9d6ab7156e245aade3bf2a5358a2;p=mesa.git r300-gallium: Fix strange build error. Why didn't this come up before? --- diff --git a/src/gallium/drivers/r300/r300_state_invariant.h b/src/gallium/drivers/r300/r300_state_invariant.h index 8204bf9588b..5bea6779fe5 100644 --- a/src/gallium/drivers/r300/r300_state_invariant.h +++ b/src/gallium/drivers/r300/r300_state_invariant.h @@ -23,6 +23,7 @@ #ifndef R300_STATE_INVARIANT_H #define R300_STATE_INVARIANT_H +#include "r300_chipset.h" #include "r300_context.h" #include "r300_cs.h" #include "r300_reg.h"