Mesa (master): nvfx: Add missing header.

Vinson Lee vlee at kemper.freedesktop.org
Mon Apr 26 04:23:20 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Apr 25 21:22:40 2010 -0700

nvfx: Add missing header.

---

 src/gallium/drivers/nvfx/nvfx_vbo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/nvfx/nvfx_vbo.c b/src/gallium/drivers/nvfx/nvfx_vbo.c
index 4d7b7f1..520bae5 100644
--- a/src/gallium/drivers/nvfx/nvfx_vbo.c
+++ b/src/gallium/drivers/nvfx/nvfx_vbo.c
@@ -8,6 +8,7 @@
 #include "nvfx_resource.h"
 
 #include "nouveau/nouveau_channel.h"
+#include "nouveau/nouveau_class.h"
 #include "nouveau/nouveau_pushbuf.h"
 #include "nouveau/nouveau_util.h"
 




More information about the mesa-commit mailing list