Mesa (master): mesa: Include missing header in nvvertparse.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 11 07:33:39 UTC 2010


Module: Mesa
Branch: master
Commit: 1c5a077e1b6bbf612500e1745866aa91ea161286
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c5a077e1b6bbf612500e1745866aa91ea161286

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug 11 00:33:02 2010 -0700

mesa: Include missing header in nvvertparse.h.

Include mtypes.h for GLcontext symbol.

---

 src/mesa/program/nvvertparse.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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,




More information about the mesa-commit mailing list