From a73c5d3f9d8a232efca750edd9e24f9913e0194d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 16 Oct 2012 14:38:54 +0000 Subject: [PATCH] r600g: Fix build with --enable-opencl --- src/gallium/drivers/r600/r600_pipe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 2e1d677c79e..ff2a5fd647d 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -45,6 +45,7 @@ #define R600_BIG_ENDIAN 0 #endif +struct r600_bytecode; struct r600_shader_key; /* This encapsulates a state or an operation which can emitted into the GPU -- 2.11.0