diff options
author | Vinson Lee <[email protected]> | 2011-01-04 00:44:23 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-04 00:44:23 -0800 |
commit | 7bfc54ea5d8332f76ff48a08d1e408582ba3fcee (patch) | |
tree | bf6d6db49eaee10aae1a7c3bfb638d52a1914282 /src | |
parent | cf15e9b3430f79257e27f4d83fbebc7138622b6d (diff) |
i965g: Include p_compiler.h in intel_decode.h.
Include p_compiler.h for uint32_t symbol.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/i965/intel_decode.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |