From: Vinson Lee Date: Wed, 11 Aug 2010 07:35:34 +0000 (-0700) Subject: mesa: Include missing header in prog_cache.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a5bf7b4d269d4232367747c9484b7c182db3a24;p=mesa.git mesa: Include missing header in prog_cache.h. Include mtypes.h for GLcontext symbol. --- diff --git a/src/mesa/program/prog_cache.h b/src/mesa/program/prog_cache.h index 4e1ccac03ff..bfe8f99d445 100644 --- a/src/mesa/program/prog_cache.h +++ b/src/mesa/program/prog_cache.h @@ -30,6 +30,9 @@ #define PROG_CACHE_H +#include "main/mtypes.h" + + /** Opaque type */ struct gl_program_cache;