From: Vinson Lee Date: Fri, 27 Aug 2010 07:04:50 +0000 (-0700) Subject: r300g: Include missing header in r300_texture.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=677623a6c80c96dc6b2c8f49fbb8bddff1054a77;p=mesa.git r300g: Include missing header in r300_texture.h. Include p_compiler.h for uint32_t and boolean symbols. --- diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index a4524320fda..5a371a54a84 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;