Mesa (gallium-0.2): draw: Add missing include.

Michał Król michal at kemper.freedesktop.org
Wed Nov 12 17:20:52 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 0ee92d6ed9c6aae47d990c9ac004034ded5003f1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ee92d6ed9c6aae47d990c9ac004034ded5003f1

Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Nov 12 17:03:58 2008 +0100

draw: Add missing include.

---

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

diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c
index 3c175f3..18f24e5 100644
--- a/src/gallium/auxiliary/draw/draw_pt.c
+++ b/src/gallium/auxiliary/draw/draw_pt.c
@@ -35,6 +35,7 @@
 #include "draw/draw_pt.h"
 #include "draw/draw_vs.h"
 #include "tgsi/tgsi_dump.h"
+#include "util/u_math.h"
 
 static unsigned trim( unsigned count, unsigned first, unsigned incr )
 {




More information about the mesa-commit mailing list