summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-26 00:29:58 -0700
committerVinson Lee <vlee@vmware.com>2010-08-26 00:29:58 -0700
commitb47af6ad6d40773141aeee5bbfbfdffb57dd2bd8 (patch)
tree3233172e1ab69ac0a061e4b3b5431882c4cccbe0 /src/gallium/auxiliary/rtasm
parent7822f99193cd26558bff29ff8d6d23db2d3a1048 (diff)
rtasm: Include missing header in rtasm_x86sse.h.
Include p_compiler.h for stdint.h uint*_t symbols.
Diffstat (limited to 'src/gallium/auxiliary/rtasm')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_x86sse.h1
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 aa77892b2d..2b9678b176 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)