Mesa (master): draw: fix missing include for u_format.

Dave Airlie airlied at kemper.freedesktop.org
Sat Jan 7 08:57:52 UTC 2012


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Jan  7 08:55:30 2012 +0000

draw: fix missing include for u_format.

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 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"




More information about the mesa-commit mailing list