Mesa (master): r600: include version.h for _mesa_override_glsl_version() prototype

Brian Paul brianp at kemper.freedesktop.org
Sat Oct 1 14:23:00 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Sep 30 21:12:04 2011 -0600

r600: include version.h for _mesa_override_glsl_version() prototype

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/r600/r600_context.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index c2f9cbd..19d69c6 100644
--- a/src/mesa/drivers/dri/r600/r600_context.c
+++ b/src/mesa/drivers/dri/r600/r600_context.c
@@ -46,6 +46,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/texobj.h"
 #include "main/points.h"
 #include "main/mfeatures.h"
+#include "main/version.h"
 
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"




More information about the mesa-commit mailing list