projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a103c61
)
draw: fix missing include for u_format.
author
Dave Airlie
<airlied@redhat.com>
Sat, 7 Jan 2012 08:55:30 +0000
(08:55 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Sat, 7 Jan 2012 08:57:12 +0000
(08:57 +0000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/draw/draw_pt_fetch.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_pt_fetch.c
b/src/gallium/auxiliary/draw/draw_pt_fetch.c
index 93aff9ba1b5c38ec0ad17789074171d5f4335d16..534a07700bf7e5846c543542be1e7350383a93f4 100644
(file)
--- 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"