Mesa (master): gallivm: Include missing header in lp_bld_sample.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 25 06:53:57 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Aug 24 23:53:26 2010 -0700

gallivm: Include missing header in lp_bld_sample.h.

Include p_format.h for enum pipe_format symbol.

---

 src/gallium/auxiliary/gallivm/lp_bld_sample.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index 5b8f478..aff7bb2 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -36,6 +36,8 @@
 #define LP_BLD_SAMPLE_H
 
 
+#include "pipe/p_format.h"
+
 #include "gallivm/lp_bld.h"
 
 struct pipe_resource;




More information about the mesa-commit mailing list