mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
mesa: Include missing header in programopt.h.
Include mtypes.h for GLcontext and gl_register_file symbols.
This commit is contained in:
parent
bac59b336b
commit
db0c6810f9
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#ifndef PROGRAMOPT_H
|
||||
#define PROGRAMOPT_H 1
|
||||
|
||||
#include "main/mtypes.h"
|
||||
|
||||
extern void
|
||||
_mesa_insert_mvp_code(GLcontext *ctx, struct gl_vertex_program *vprog);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue