st/mesa: Include missing header in st_mesa_to_tgsi.c.
authorVinson Lee <vlee@vmware.com>
Sat, 28 Aug 2010 21:24:42 +0000 (14:24 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 28 Aug 2010 21:24:42 +0000 (14:24 -0700)
Include p_screen.h for complete type to pipe_screen.

src/mesa/state_tracker/st_mesa_to_tgsi.c

index a19dcc92534a0be9932fcfd58764a1e8c09a3f8d..0ed822b8c27a46c0195a3b4124642c2110915895 100644 (file)
  */
 
 #include "pipe/p_compiler.h"
+#include "pipe/p_context.h"
+#include "pipe/p_screen.h"
 #include "pipe/p_shader_tokens.h"
 #include "pipe/p_state.h"
-#include "pipe/p_context.h"
 #include "tgsi/tgsi_ureg.h"
 #include "st_mesa_to_tgsi.h"
 #include "st_context.h"