projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
834c936
)
draw: Add missing include.
author
José Fonseca
<jfonseca@vmware.com>
Fri, 9 Jan 2009 19:08:56 +0000
(19:08 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Fri, 9 Jan 2009 21:35:09 +0000
(21:35 +0000)
src/gallium/auxiliary/draw/draw_vbuf.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vbuf.h
b/src/gallium/auxiliary/draw/draw_vbuf.h
index 7e1df88f0b829f0c8e5135b7eccc9e5a8b643eaf..a1c4c14445b44267c4494130d492b1948619b020 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_vbuf.h
+++ b/
src/gallium/auxiliary/draw/draw_vbuf.h
@@
-37,6
+37,8
@@
#define DRAW_VBUF_H_
+#include "pipe/p_compiler.h"
+
struct pipe_rasterizer_state;
struct draw_context;