From 7bfc54ea5d8332f76ff48a08d1e408582ba3fcee Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 4 Jan 2011 00:44:23 -0800 Subject: [PATCH] i965g: Include p_compiler.h in intel_decode.h. Include p_compiler.h for uint32_t symbol. --- src/gallium/drivers/i965/intel_decode.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.30.2