diff options
author | Vinson Lee <vlee@vmware.com> | 2010-07-29 22:43:09 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-07-29 22:43:42 -0700 |
commit | 86abec0294db9a4765d35f6d849ebb9e84149a56 (patch) | |
tree | dfd49465de48aac61dc06069f56252838c646a91 /src/mesa/main/depthstencil.h | |
parent | 989c60bc9221e0918153a29206c786514c4a5f3d (diff) |
mesa: Add missing header to depthstencil.h.
Add mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/main/depthstencil.h')
-rw-r--r-- | 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 3dde081f5a..afbac77f0e 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, |