Mesa (master): llvmpipe: Include p_compiler.h in lp_scene_queue.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 4 09:09:24 UTC 2011


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jan  4 01:08:47 2011 -0800

llvmpipe: Include p_compiler.h in lp_scene_queue.h.

Include p_compiler.h for boolean symbol.

---

 src/gallium/drivers/llvmpipe/lp_scene_queue.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_scene_queue.h b/src/gallium/drivers/llvmpipe/lp_scene_queue.h
index fd7c65a..dd9ab59 100644
--- a/src/gallium/drivers/llvmpipe/lp_scene_queue.h
+++ b/src/gallium/drivers/llvmpipe/lp_scene_queue.h
@@ -29,6 +29,8 @@
 #ifndef LP_SCENE_QUEUE
 #define LP_SCENE_QUEUE
 
+#include "pipe/p_compiler.h"
+
 struct lp_scene_queue;
 struct lp_scene;
 




More information about the mesa-commit mailing list