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

Author: Vinson Lee <[email protected]>
Date:   Thu Jul 29 22:43:09 2010 -0700

mesa: Add missing header to depthstencil.h.

Add mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/main/depthstencil.h b/src/mesa/main/depthstencil.h
index 3dde081..afbac77 100644
--- a/src/mesa/main/depthstencil.h
+++ b/src/mesa/main/depthstencil.h
@@ -26,6 +26,7 @@
 #ifndef DEPTHSTENCIL_H
 #define DEPTHSTENCIL_H
 
+#include "mtypes.h"
 
 extern struct gl_renderbuffer *
 _mesa_new_z24_renderbuffer_wrapper(GLcontext *ctx,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to