Mesa (master): nouveau: include glformats.h to get missing prototype

Brian Paul brianp at kemper.freedesktop.org
Tue Jul 24 16:33:47 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 24 10:33:18 2012 -0600

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 files changed, 1 insertions(+), 0 deletions(-)

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




More information about the mesa-commit mailing list