mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 17:30:24 +01:00
st/mesa: Add missing header in st_cb_readpixels.h.
Include mtypes.h for GLcontext symbol.
This commit is contained in:
parent
a25ac9b526
commit
e9d6f2fc8a
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue