From: Michal Krol Date: Wed, 23 Sep 2009 07:40:40 +0000 (+0200) Subject: grammar: Include the correct glsl pp header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8212e4d9fabb0c441575975c12d656364baba6fe;p=mesa.git grammar: Include the correct glsl pp header. --- diff --git a/src/mesa/shader/grammar/grammar_mesa.h b/src/mesa/shader/grammar/grammar_mesa.h index 20d13da8381..beabf1e4e17 100644 --- a/src/mesa/shader/grammar/grammar_mesa.h +++ b/src/mesa/shader/grammar/grammar_mesa.h @@ -26,7 +26,7 @@ #define GRAMMAR_MESA_H -#include "../../glsl/pp/sl_pp_context.h" +#include "../../glsl/pp/sl_pp_public.h" #include "main/imports.h" /* NOTE: include Mesa 3-D specific headers here */