From: Vinson Lee Date: Tue, 4 Jan 2011 08:44:23 +0000 (-0800) Subject: i965g: Include p_compiler.h in intel_decode.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bfc54ea5d8332f76ff48a08d1e408582ba3fcee;p=mesa.git i965g: Include p_compiler.h in intel_decode.h. Include p_compiler.h for uint32_t symbol. --- diff --git a/src/gallium/drivers/i965/intel_decode.h b/src/gallium/drivers/i965/intel_decode.h index 7683097b869..6201a23d6a4 100644 --- a/src/gallium/drivers/i965/intel_decode.h +++ b/src/gallium/drivers/i965/intel_decode.h @@ -25,5 +25,7 @@ * */ +#include "pipe/p_compiler.h" + int intel_decode(const uint32_t *data, int count, uint32_t hw_offset, uint32_t devid); void intel_decode_context_reset(void);