Mesa (master): rtasm: Include missing header in rtasm_x86sse.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 07:30:28 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 26 00:29:58 2010 -0700

rtasm: Include missing header in rtasm_x86sse.h.

Include p_compiler.h for stdint.h uint*_t symbols.

---

 src/gallium/auxiliary/rtasm/rtasm_x86sse.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
index aa77892..2b9678b 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
+++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
@@ -24,6 +24,7 @@
 #ifndef _RTASM_X86SSE_H_
 #define _RTASM_X86SSE_H_
 
+#include "pipe/p_compiler.h"
 #include "pipe/p_config.h"
 
 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)




More information about the mesa-commit mailing list