diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-03-30 15:47:00 -0700 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-03-30 15:47:00 -0700 |
commit | 7620b3943b5f9d6ab7156e245aade3bf2a5358a2 (patch) | |
tree | 3b9226eb8e6346b6e88973db03d8039363d96c5b | |
parent | 458bfe7e8dd429b9dcb980013ac7979689db1367 (diff) |
r300-gallium: Fix strange build error.
Why didn't this come up before?
-rw-r--r-- | 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 8204bf9588..5bea6779fe 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" |