From: Vinson Lee Date: Sat, 28 Aug 2010 21:18:57 +0000 (-0700) Subject: draw: Include missing header in draw_vs_llvm.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9112e531d4c26ea88a31c05fe2bc8cc613b76b65;p=mesa.git draw: Include missing header in draw_vs_llvm.c. Include p_screen.h for completely type to pipe_screen. --- diff --git a/src/gallium/auxiliary/draw/draw_vs_llvm.c b/src/gallium/auxiliary/draw/draw_vs_llvm.c index 00148634545..fa9992db783 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"