Module: Mesa Branch: master Commit: 78b47c337f584ea940b9a6f1865840b7810289e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78b47c337f584ea940b9a6f1865840b7810289e6
Author: Vinson Lee <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
