rtasm: Include missing header in rtasm_x86sse.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 07:29:58 +0000 (00:29 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 07:29:58 +0000 (00:29 -0700)
Include p_compiler.h for stdint.h uint*_t symbols.

src/gallium/auxiliary/rtasm/rtasm_x86sse.h

index aa77892..2b9678b 100644 (file)
@@ -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)