diff options
author | Nicolai Hähnle <[email protected]> | 2009-07-13 15:01:51 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-07-13 16:26:29 -0700 |
commit | 59155f70e701bc0b4fb816da991d6921f53b3bc7 (patch) | |
tree | 7b8a71ae9f034db266398ac1934ed7e774829587 /src/gallium/drivers/r300/r300_query.h | |
parent | b3f1d370a2eeb5ae69a9d59300820d3a2e86724c (diff) |
r300g: Small compile warning fixes.
Signed-off-by: Corbin Simpson <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_query.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_query.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_query.h b/src/gallium/drivers/r300/r300_query.h index 4f447ea45b8..6a7646087a7 100644 --- a/src/gallium/drivers/r300/r300_query.h +++ b/src/gallium/drivers/r300/r300_query.h @@ -27,6 +27,8 @@ #include "r300_cs.h" #include "r300_reg.h" +struct r300_context; + struct r300_query { /* The kind of query. Currently only OQ is supported. */ unsigned type; |