diff options
author | Dave Airlie <[email protected]> | 2012-01-07 08:55:30 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-01-07 08:57:12 +0000 |
commit | 784026139cc15db384bed858e7be943b79772aa4 (patch) | |
tree | 32ad5548da49e3415d50fd12c84de756912e8612 /src/gallium/auxiliary/draw/draw_pt_fetch.c | |
parent | a103c61d278b7f56208818c4b949c408c00286fa (diff) |
draw: fix missing include for u_format.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_fetch.c')
-rw-r--r-- | 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 93aff9ba1b5..534a07700bf 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" |