From 1c5a077e1b6bbf612500e1745866aa91ea161286 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 11 Aug 2010 00:33:02 -0700 Subject: [PATCH] mesa: Include missing header in nvvertparse.h. Include mtypes.h for GLcontext symbol. --- src/mesa/program/nvvertparse.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h index 9919e22388d..91ef79e6c3c 100644 --- a/src/mesa/program/nvvertparse.h +++ b/src/mesa/program/nvvertparse.h @@ -29,6 +29,7 @@ #ifndef NVVERTPARSE_H #define NVVERTPARSE_H +#include "main/mtypes.h" extern void _mesa_parse_nv_vertex_program(GLcontext *ctx, GLenum target,