Mesa (gallium-0.2): draw: Add missing include.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Jan 9 21:35:12 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: 7844b4e730604e613a88f536c4aeee5c02d300fd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7844b4e730604e613a88f536c4aeee5c02d300fd

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Jan  9 19:08:56 2009 +0000

draw: Add missing include.

---

 src/gallium/auxiliary/draw/draw_vbuf.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_vbuf.h b/src/gallium/auxiliary/draw/draw_vbuf.h
index 7e1df88..a1c4c14 100644
--- 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;




More information about the mesa-commit mailing list