softpipe: Include missing header in sp_flush.c.

Include p_screen.h for complete type to pipe_screen.
This commit is contained in:
Vinson Lee 2010-08-28 14:21:28 -07:00
parent 9112e531d4
commit d42b7d5f8d

View file

@ -31,6 +31,7 @@
#include "pipe/p_defines.h"
#include "pipe/p_screen.h"
#include "draw/draw_context.h"
#include "sp_flush.h"
#include "sp_context.h"