summaryrefslogtreecommitdiff
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
parentda93fba85d4b213cdbce22f1d81a523d402bfec8 (diff)
mesa: Include missing header in shared.h.
Include mtypes.h for GLcontext symbol.
-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 ef164a1459..5166a0ce51 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);