util: Include missing header in u_dirty_surfaces.h.

Include p_state.h for pipe_surface symbol.
This commit is contained in:
Vinson Lee 2010-08-25 23:04:39 -07:00
parent c7111f321c
commit d2dd23e858

View file

@ -27,9 +27,13 @@
#ifndef U_DIRTY_SURFACES_H_
#define U_DIRTY_SURFACES_H_
#include "pipe/p_state.h"
#include "util/u_double_list.h"
#include "util/u_math.h"
struct pipe_context;
typedef void (*util_dirty_surface_flush_t) (struct pipe_context *, struct pipe_surface *);
struct util_dirty_surfaces