From: Eric Anholt Date: Fri, 27 Aug 2010 21:43:39 +0000 (-0700) Subject: dri: Get prototype for _mesa_destroy_compiler(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae6e112c69cf42fb81ef4ed5bdeb3b280647f141;p=mesa.git dri: Get prototype for _mesa_destroy_compiler(). Bug #29665. --- diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index b1a7b3ed342..a581c6663f2 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++ b/src/mesa/drivers/dri/common/dri_util.c @@ -32,6 +32,7 @@ #include "drm_sarea.h" #include "utils.h" #include "xmlpool.h" +#include "../glsl/glsl_parser_extras.h" PUBLIC const char __dri2ConfigOptions[] = DRI_CONF_BEGIN