From 1f9239ec8d67c3e8ee64e6f5306499b6d97ea136 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 24 Jul 2012 10:33:18 -0600 Subject: [PATCH] nouveau: include glformats.h to get missing prototype Fixes http://bugs.freedesktop.org/show_bug.cgi?id=52449 --- src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c b/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c index a9a56e7..436db32 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c @@ -29,6 +29,7 @@ #include "nouveau_util.h" #include "main/bufferobj.h" +#include "main/glformats.h" #include "main/image.h" /* Arbitrary pushbuf length we can assume we can get with a single -- 2.7.4