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

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


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

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

mesa: Include missing header in prog_execute.h.

Include mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/program/prog_execute.h b/src/mesa/program/prog_execute.h
index adefc54..f59b651 100644
--- a/src/mesa/program/prog_execute.h
+++ b/src/mesa/program/prog_execute.h
@@ -26,6 +26,7 @@
 #define PROG_EXECUTE_H
 
 #include "main/config.h"
+#include "main/mtypes.h"
 
 
 typedef void (*FetchTexelLodFunc)(GLcontext *ctx, const GLfloat texcoord[4],




More information about the mesa-commit mailing list