Module: Mesa Branch: master Commit: 7620b3943b5f9d6ab7156e245aade3bf2a5358a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7620b3943b5f9d6ab7156e245aade3bf2a5358a2
Author: Corbin Simpson <[email protected]> Date: Mon Mar 30 15:47:00 2009 -0700 r300-gallium: Fix strange build error. Why didn't this come up before? --- src/gallium/drivers/r300/r300_state_invariant.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r300/r300_state_invariant.h b/src/gallium/drivers/r300/r300_state_invariant.h index 8204bf9..5bea677 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
