From: Vinson Lee Date: Sat, 31 Jul 2010 23:13:05 +0000 (-0700) Subject: mesa: Include missing header in shared.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dda9b80d078c3569839e150b6720606c1c5d43c0;p=mesa.git mesa: Include missing header in shared.h. Include mtypes.h for GLcontext symbol. --- diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h index ef164a14590..5166a0ce51f 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);