summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_fetch.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-01-07 08:55:30 +0000
committerDave Airlie <airlied@redhat.com>2012-01-07 08:57:12 +0000
commit784026139cc15db384bed858e7be943b79772aa4 (patch)
tree32ad5548da49e3415d50fd12c84de756912e8612 /src/gallium/auxiliary/draw/draw_pt_fetch.c
parenta103c61d278b7f56208818c4b949c408c00286fa (diff)
downloadexternal_mesa3d-784026139cc15db384bed858e7be943b79772aa4.zip
external_mesa3d-784026139cc15db384bed858e7be943b79772aa4.tar.gz
external_mesa3d-784026139cc15db384bed858e7be943b79772aa4.tar.bz2
draw: fix missing include for u_format.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_fetch.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_fetch.c1
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"