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

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


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

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

mesa: Include missing header in prog_cache.h.

Include mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/program/prog_cache.h b/src/mesa/program/prog_cache.h
index 4e1ccac..bfe8f99 100644
--- a/src/mesa/program/prog_cache.h
+++ b/src/mesa/program/prog_cache.h
@@ -30,6 +30,9 @@
 #define PROG_CACHE_H
 
 
+#include "main/mtypes.h"
+
+
 /** Opaque type */
 struct gl_program_cache;
 




More information about the mesa-commit mailing list