mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
mesa: Include missing header in prog_execute.h.
Include mtypes.h for GLcontext symbol.
This commit is contained in:
parent
2a5bf7b4d2
commit
c20e92c3e0
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#define PROG_EXECUTE_H
|
||||
|
||||
#include "main/config.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
|
||||
typedef void (*FetchTexelLodFunc)(GLcontext *ctx, const GLfloat texcoord[4],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue