From 78b47c337f584ea940b9a6f1865840b7810289e6 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 25 Apr 2010 21:22:40 -0700 Subject: [PATCH] nvfx: Add missing header. --- src/gallium/drivers/nvfx/nvfx_vbo.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.7.4