mesa: Include missing header in programopt.h.

Include mtypes.h for GLcontext and gl_register_file symbols.
This commit is contained in:
Vinson Lee
2010-08-12 23:27:27 -07:00
parent bac59b336b
commit db0c6810f9

View File

@@ -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);