rtasm: Include missing header in rtasm_x86sse.h.

Include p_compiler.h for stdint.h uint*_t symbols.
This commit is contained in:
Vinson Lee 2010-08-26 00:29:58 -07:00
parent 7822f99193
commit b47af6ad6d
1 changed files with 1 additions and 0 deletions

View 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)