Module: Mesa Branch: master Commit: ae6e112c69cf42fb81ef4ed5bdeb3b280647f141 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae6e112c69cf42fb81ef4ed5bdeb3b280647f141
Author: Eric Anholt <[email protected]> Date: Fri Aug 27 14:43:39 2010 -0700 dri: Get prototype for _mesa_destroy_compiler(). Bug #29665. --- src/mesa/drivers/dri/common/dri_util.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index b1a7b3e..a581c66 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
