summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shared.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 16:13:05 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 16:13:05 -0700
commitdda9b80d078c3569839e150b6720606c1c5d43c0 (patch)
treec47bef03d9718fe8527ca6c9b1a57d9f4609b1c0 /src/mesa/main/shared.h
parentda93fba85d4b213cdbce22f1d81a523d402bfec8 (diff)
downloadexternal_mesa3d-dda9b80d078c3569839e150b6720606c1c5d43c0.zip
external_mesa3d-dda9b80d078c3569839e150b6720606c1c5d43c0.tar.gz
external_mesa3d-dda9b80d078c3569839e150b6720606c1c5d43c0.tar.bz2
mesa: Include missing header in shared.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/main/shared.h')
-rw-r--r--src/mesa/main/shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h
index ef164a1..5166a0c 100644
--- a/src/mesa/main/shared.h
+++ b/src/mesa/main/shared.h
@@ -25,6 +25,7 @@
#ifndef SHARED_H
#define SHARED_H
+#include "mtypes.h"
struct gl_shared_state *
_mesa_alloc_shared_state(GLcontext *ctx);