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 17:03:58 +0100
commita983f2a6ac04edc2b3407b44c2a1b5bc970c4ce3 (patch)
treebd4ef300156151cf6dd9d7aa90fdffb861c16999
parent5cfb0a4087352c22a13ca55a98ae3e2e420d4b52 (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 )
{