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

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 12 07:18:50 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 12 00:18:06 2010 -0700

mesa: Include missing header in prog_optimize.h.

Include mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/program/prog_optimize.h b/src/mesa/program/prog_optimize.h
index 43894a2..06cd9cb 100644
--- a/src/mesa/program/prog_optimize.h
+++ b/src/mesa/program/prog_optimize.h
@@ -27,6 +27,7 @@
 
 
 #include "main/config.h"
+#include "main/mtypes.h"
 
 
 struct gl_program;




More information about the mesa-commit mailing list