summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 22:43:09 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 22:43:42 -0700
commit86abec0294db9a4765d35f6d849ebb9e84149a56 (patch)
treedfd49465de48aac61dc06069f56252838c646a91
parent989c60bc9221e0918153a29206c786514c4a5f3d (diff)
mesa: Add missing header to depthstencil.h.
Add mtypes.h for GLcontext symbol.
-rw-r--r--src/mesa/main/depthstencil.h1
1 files changed, 1 insertions, 0 deletions
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,