mesa: Include missing header in prog_cache.h.

Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee
2010-08-11 00:35:34 -07:00
parent 1c5a077e1b
commit 2a5bf7b4d2
+3
View File
@@ -30,6 +30,9 @@
#define PROG_CACHE_H
#include "main/mtypes.h"
/** Opaque type */
struct gl_program_cache;