Mesa (master): mesa: Add missing header to depthstencil.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 05:43:55 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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,




More information about the mesa-commit mailing list