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

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


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

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

llvmpipe: Include p_compiler.h in lp_perf.h.

Include p_compiler.h for int64_t symbol.

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_perf.h b/src/gallium/drivers/llvmpipe/lp_perf.h
index b23a100..455adf7 100644
--- a/src/gallium/drivers/llvmpipe/lp_perf.h
+++ b/src/gallium/drivers/llvmpipe/lp_perf.h
@@ -33,6 +33,7 @@
 #ifndef LP_PERF_H
 #define LP_PERF_H
 
+#include "pipe/p_compiler.h"
 
 /**
  * Various counters




More information about the mesa-commit mailing list