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

Author: Corbin Simpson <mostawesomed...@gmail.com>
Date:   Tue Nov 24 07:42:44 2009 -0800

util: Include u_debug for debug_print_format.

Caused fun linker errors on r600g.

---

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

diff --git a/src/gallium/auxiliary/util/u_pack_color.h 
b/src/gallium/auxiliary/util/u_pack_color.h
index ad4a06d..3ebef9f 100644
--- a/src/gallium/auxiliary/util/u_pack_color.h
+++ b/src/gallium/auxiliary/util/u_pack_color.h
@@ -37,6 +37,7 @@
 
 #include "pipe/p_compiler.h"
 #include "pipe/p_format.h"
+#include "util/u_debug.h"
 #include "util/u_format.h"
 #include "util/u_math.h"
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to