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

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


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

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

mesa: Include missing header in nvfragparse.h.

Include mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/program/nvfragparse.h b/src/mesa/program/nvfragparse.h
index 544ab80..e28a6c4 100644
--- a/src/mesa/program/nvfragparse.h
+++ b/src/mesa/program/nvfragparse.h
@@ -30,6 +30,7 @@
 #ifndef NVFRAGPARSE_H
 #define NVFRAGPARSE_H
 
+#include "main/mtypes.h"
 
 extern void
 _mesa_parse_nv_fragment_program(GLcontext *ctx, GLenum target,




More information about the mesa-commit mailing list