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

Author: Dave Airlie <[email protected]>
Date:   Sat Jan  7 08:55:30 2012 +0000

draw: fix missing include for u_format.

Signed-off-by: Dave Airlie <[email protected]>

---

 src/gallium/auxiliary/draw/draw_pt_fetch.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch.c 
b/src/gallium/auxiliary/draw/draw_pt_fetch.c
index 93aff9b..534a077 100644
--- a/src/gallium/auxiliary/draw/draw_pt_fetch.c
+++ b/src/gallium/auxiliary/draw/draw_pt_fetch.c
@@ -27,6 +27,7 @@
 
 #include "util/u_memory.h"
 #include "util/u_math.h"
+#include "util/u_format.h"
 #include "draw/draw_context.h"
 #include "draw/draw_private.h"
 #include "draw/draw_pt.h"

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to