mesa: Include missing header in st_get_mipmap.h.

Include mtypes.h for GLcontext symbol.
Add forward declaration for st_context.
This commit is contained in:
Vinson Lee 2010-08-05 01:23:05 -07:00
parent ad4d27c6d1
commit ea1744a664
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
#define ST_GEN_MIPMAP_H
#include "main/mtypes.h"
struct st_context;
extern void
st_init_generate_mipmap(struct st_context *st);