diff options
author | Vinson Lee <[email protected]> | 2010-08-26 01:38:23 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-26 01:38:23 -0700 |
commit | 038068909fd1dc802bfd45b2154a24d8001daea6 (patch) | |
tree | 21b874b10d2df2333935089902dc756a913c509f /src | |
parent | 121b6d68c212bba93d0c89df0fa38cc1dc7c09f2 (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')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture_desc.h | 1 |
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 95de66f6549..3d7fe1fb473 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; |