Mesa (master): gallivm: Ensure PIPE_OS_xxx are defined.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed May 12 19:50:28 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon May 10 08:24:23 2010 +0100

gallivm: Ensure PIPE_OS_xxx are defined.

---

 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
index fc57897..db0ca60 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
+++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
@@ -36,6 +36,7 @@
 
 #include "llvm-c/Core.h"
 
+#include "pipe/p_config.h"
 #include "util/u_debug.h"
 
 




More information about the mesa-commit mailing list