From: Vinson Lee Date: Wed, 11 Aug 2010 07:33:02 +0000 (-0700) Subject: mesa: Include missing header in nvvertparse.h. X-Git-Tag: mesa-7.9-rc1~1343 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c5a077e1b6bbf612500e1745866aa91ea161286;p=platform%2Fupstream%2Fmesa.git mesa: Include missing header in nvvertparse.h. Include mtypes.h for GLcontext symbol. --- diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h index 9919e22..91ef79e 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,