draw: Include missing header in draw_vs_llvm.c.
authorVinson Lee <vlee@vmware.com>
Sat, 28 Aug 2010 21:18:57 +0000 (14:18 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 28 Aug 2010 21:18:57 +0000 (14:18 -0700)
Include p_screen.h for completely type to pipe_screen.

src/gallium/auxiliary/draw/draw_vs_llvm.c

index 00148634545d7b477d380c4280501a65b557a5b2..fa9992db78324f9ffd2f6f595cc95c6a878530d7 100644 (file)
@@ -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"