summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture_desc.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-26 01:38:23 -0700
committerVinson Lee <vlee@vmware.com>2010-08-26 01:38:23 -0700
commit038068909fd1dc802bfd45b2154a24d8001daea6 (patch)
tree21b874b10d2df2333935089902dc756a913c509f /src/gallium/drivers/r300/r300_texture_desc.h
parent121b6d68c212bba93d0c89df0fa38cc1dc7c09f2 (diff)
r300g: Include missing header in r300_texture_desc.h.
Include p_format.h for enum pipe_format symbol. Fixes r300g build.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture_desc.h')
-rw-r--r--src/gallium/drivers/r300/r300_texture_desc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_texture_desc.h b/src/gallium/drivers/r300/r300_texture_desc.h
index 95de66f654..3d7fe1fb47 100644
--- a/src/gallium/drivers/r300/r300_texture_desc.h
+++ b/src/gallium/drivers/r300/r300_texture_desc.h
@@ -24,6 +24,7 @@
#ifndef R300_TEXTURE_DESC_H
#define R300_TEXTURE_DESC_H
+#include "pipe/p_format.h"
#include "r300_defines.h"
struct pipe_resource;