st/mesa: Add missing headers in st_cb_texture.h.

This commit is contained in:
Vinson Lee 2010-08-04 16:59:12 -07:00
parent bc578caefb
commit e857293299
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@
#define ST_CB_TEXTURE_H
#include "main/glheader.h"
#include "main/mtypes.h"
struct dd_function_table;
struct pipe_context;
struct st_context;
extern GLboolean
st_finalize_texture(GLcontext *ctx,
struct pipe_context *pipe,