llvmpipe: Include missing header in lp_flush.c.

Include p_screen.h for complete type to pipe_screen.
This commit is contained in:
Vinson Lee 2010-08-28 14:14:33 -07:00
parent c5b8ba9368
commit cf1e4b15a4

View file

@ -31,6 +31,7 @@
#include "pipe/p_defines.h"
#include "pipe/p_screen.h"
#include "util/u_string.h"
#include "draw/draw_context.h"
#include "lp_flush.h"