From: Vinson Lee Date: Thu, 26 Aug 2010 08:38:23 +0000 (-0700) Subject: r300g: Include missing header in r300_texture_desc.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=038068909fd1dc802bfd45b2154a24d8001daea6;p=mesa.git r300g: Include missing header in r300_texture_desc.h. Include p_format.h for enum pipe_format symbol. Fixes r300g build. --- 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;