Mesa (master): r300g: Include missing header in r300_texture.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 27 07:05:18 UTC 2010


Module: Mesa
Branch: master
Commit: 677623a6c80c96dc6b2c8f49fbb8bddff1054a77
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=677623a6c80c96dc6b2c8f49fbb8bddff1054a77

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug 27 00:04:50 2010 -0700

r300g: Include missing header in r300_texture.h.

Include p_compiler.h for uint32_t and boolean symbols.

---

 src/gallium/drivers/r300/r300_texture.h |    1 +
 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 a452432..5a371a5 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;




More information about the mesa-commit mailing list