From 79a170108f1d9cad949cd2a34e4de597beae72db Mon Sep 17 00:00:00 2001 From: Kevin DeKorte Date: Fri, 17 Jul 2009 14:43:42 -0400 Subject: R6xx/r7xx: warning fixes patch from Kevin DeKorte with some minor fixes from me. --- src/mesa/drivers/dri/radeon/radeon_common_context.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/drivers/dri/radeon') diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c b/src/mesa/drivers/dri/radeon/radeon_common_context.c index bbe7225ee6..285e015c92 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.c +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.c @@ -46,6 +46,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "swrast_setup/swrast_setup.h" #include "tnl/tnl.h" +#if RADEON_COMMON && defined(RADEON_COMMON_FOR_R600) /* +r6/r7 */ +#include "r600_context.h" +#endif + #define DRIVER_DATE "20090101" #ifndef RADEON_DEBUG -- cgit v1.2.3