Mesa (master): i965g: Include p_compiler.h in intel_decode.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 4 08:45:17 UTC 2011


Module: Mesa
Branch: master
Commit: 7bfc54ea5d8332f76ff48a08d1e408582ba3fcee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bfc54ea5d8332f76ff48a08d1e408582ba3fcee

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jan  4 00:44:23 2011 -0800

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 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 7683097..6201a23 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);




More information about the mesa-commit mailing list