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

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 23:13:34 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jul 31 16:13:05 2010 -0700

mesa: Include missing header in shared.h.

Include mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h
index ef164a1..5166a0c 100644
--- a/src/mesa/main/shared.h
+++ b/src/mesa/main/shared.h
@@ -25,6 +25,7 @@
 #ifndef SHARED_H
 #define SHARED_H
 
+#include "mtypes.h"
 
 struct gl_shared_state *
 _mesa_alloc_shared_state(GLcontext *ctx);




More information about the mesa-commit mailing list