softpipe: sp_winsys.h should define/include what it needs.

This commit is contained in:
Corbin Simpson 2009-12-06 23:49:02 -08:00
parent c99fb991a3
commit d8d8b0d244

View file

@ -34,15 +34,17 @@
#ifndef SP_WINSYS_H #ifndef SP_WINSYS_H
#define SP_WINSYS_H #define SP_WINSYS_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#include "pipe/p_defines.h"
struct pipe_screen; struct pipe_screen;
struct pipe_winsys; struct pipe_winsys;
struct pipe_context; struct pipe_context;
struct pipe_texture;
struct pipe_buffer;
struct pipe_context *softpipe_create( struct pipe_screen * ); struct pipe_context *softpipe_create( struct pipe_screen * );