Module: Mesa
Branch: master
Commit: 9112e531d4c26ea88a31c05fe2bc8cc613b76b65
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9112e531d4c26ea88a31c05fe2bc8cc613b76b65

Author: Vinson Lee <[email protected]>
Date:   Sat Aug 28 14:18:57 2010 -0700

draw: Include missing header in draw_vs_llvm.c.

Include p_screen.h for completely type to pipe_screen.

---

 src/gallium/auxiliary/draw/draw_vs_llvm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_vs_llvm.c 
b/src/gallium/auxiliary/draw/draw_vs_llvm.c
index 0014863..fa9992d 100644
--- a/src/gallium/auxiliary/draw/draw_vs_llvm.c
+++ b/src/gallium/auxiliary/draw/draw_vs_llvm.c
@@ -28,6 +28,7 @@
 #include "util/u_math.h"
 #include "util/u_memory.h"
 #include "pipe/p_shader_tokens.h"
+#include "pipe/p_screen.h"
 
 #include "draw_private.h"
 #include "draw_context.h"

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to