summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-27 00:04:50 -0700
committerVinson Lee <vlee@vmware.com>2010-08-27 00:04:50 -0700
commit677623a6c80c96dc6b2c8f49fbb8bddff1054a77 (patch)
tree90f33ec0e2ffd951906dd226f4692761ee1faa70 /src/gallium/drivers/r300/r300_texture.h
parent67ffbbbb5db88f936d54bacab971d20e44a83da1 (diff)
r300g: Include missing header in r300_texture.h.
Include p_compiler.h for uint32_t and boolean symbols.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r--src/gallium/drivers/r300/r300_texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h
index a4524320fd..5a371a54a8 100644
--- a/src/gallium/drivers/r300/r300_texture.h
+++ b/src/gallium/drivers/r300/r300_texture.h
@@ -23,6 +23,7 @@
#ifndef R300_TEXTURE_H
#define R300_TEXTURE_H
+#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
struct pipe_screen;