From: Vinson Lee Date: Fri, 30 Jul 2010 05:43:09 +0000 (-0700) Subject: mesa: Add missing header to depthstencil.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86abec0294db9a4765d35f6d849ebb9e84149a56;p=mesa.git mesa: Add missing header to depthstencil.h. Add mtypes.h for GLcontext symbol. --- diff --git a/src/mesa/main/depthstencil.h b/src/mesa/main/depthstencil.h index 3dde081f5a5..afbac77f0e2 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,