From: Vinson Lee Date: Wed, 4 Aug 2010 23:13:15 +0000 (-0700) Subject: st/mesa: Add missing header in st_cb_program.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bb3bfa943d3250d036673dbdea215b19d70c21e;p=mesa.git st/mesa: Add missing header in st_cb_program.h. Include mtypes.h for GLcontext symbol. --- diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h index 0de96f2fd22..0fd179ef3df 100644 --- a/src/mesa/state_tracker/st_cb_program.h +++ b/src/mesa/state_tracker/st_cb_program.h @@ -29,6 +29,10 @@ #define ST_CB_PROGRAM_H +#include "main/mtypes.h" + +struct dd_function_table; + extern void st_init_program_functions(struct dd_function_table *functions);