From 2a5bf7b4d269d4232367747c9484b7c182db3a24 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 11 Aug 2010 00:35:34 -0700 Subject: mesa: Include missing header in prog_cache.h. Include mtypes.h for GLcontext symbol. --- src/mesa/program/prog_cache.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3