Mesa (master): util: Include missing header in u_linear.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Sep 2 23:31:04 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Sep  2 16:30:34 2010 -0700

util: Include missing header in u_linear.h.

Include p_compiler.h for size_t and boolean symbols.

---

 src/gallium/auxiliary/util/u_linear.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_linear.h b/src/gallium/auxiliary/util/u_linear.h
index 42c40b2..81ffc9f 100644
--- a/src/gallium/auxiliary/util/u_linear.h
+++ b/src/gallium/auxiliary/util/u_linear.h
@@ -33,6 +33,7 @@
 #ifndef U_LINEAR_H
 #define U_LINEAR_H
 
+#include "pipe/p_compiler.h"
 #include "pipe/p_format.h"
 
 struct u_linear_format_block




More information about the mesa-commit mailing list