From: Tom Stellard Date: Tue, 16 Oct 2012 14:38:54 +0000 (+0000) Subject: r600g: Fix build with --enable-opencl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a73c5d3f9d8a232efca750edd9e24f9913e0194d;p=mesa.git r600g: Fix build with --enable-opencl --- 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