st/mesa: Add missing header in st_cb_readpixels.h.

Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee 2010-08-04 16:40:04 -07:00
parent a25ac9b526
commit e9d6f2fc8a

View file

@ -29,6 +29,10 @@
#ifndef ST_CB_READPIXELS_H
#define ST_CB_READPIXELS_H
#include "main/mtypes.h"
struct dd_function_table;
extern struct st_renderbuffer *
st_get_color_read_renderbuffer(GLcontext *ctx);