summaryrefslogtreecommitdiff
path: root/src/mesa/program/programopt.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-12 23:27:27 -0700
committerVinson Lee <vlee@vmware.com>2010-08-12 23:28:25 -0700
commitdb0c6810f9cd1705fe27231ca7f8dcf0c4d6874d (patch)
tree0b8ec8a6327c5e8b39e89ea80b4f3108554c5cb0 /src/mesa/program/programopt.h
parentbac59b336b7910be8040a3bf98be628775a67af6 (diff)
mesa: Include missing header in programopt.h.
Include mtypes.h for GLcontext and gl_register_file symbols.
Diffstat (limited to 'src/mesa/program/programopt.h')
-rw-r--r--src/mesa/program/programopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/programopt.h b/src/mesa/program/programopt.h
index 21fac07849..4af6357f97 100644
--- a/src/mesa/program/programopt.h
+++ b/src/mesa/program/programopt.h
@@ -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);