Mesa (master): dri: Get prototype for _mesa_destroy_compiler().

Eric Anholt anholt at kemper.freedesktop.org
Fri Aug 27 21:44:19 UTC 2010


Module: Mesa
Branch: master
Commit: ae6e112c69cf42fb81ef4ed5bdeb3b280647f141
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae6e112c69cf42fb81ef4ed5bdeb3b280647f141

Author: Eric Anholt <eric at anholt.net>
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




More information about the mesa-commit mailing list