summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-11-12 17:03:58 +0100
committerMichal Krol <michal@tungstengraphics.com>2008-11-12 18:12:28 +0100
commit0ee92d6ed9c6aae47d990c9ac004034ded5003f1 (patch)
tree56f4f81b2049f25287489f988d7183884ff266e3
parent19e4222f937c9bb95d3a899dd788afb930eecaa4 (diff)
draw: Add missing include.
-rw-r--r--src/gallium/auxiliary/draw/draw_pt.c1
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 3c175f31d8..18f24e5980 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 )
{