diff options
author | Vinson Lee <[email protected]> | 2010-04-25 21:22:40 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-25 21:22:40 -0700 |
commit | 78b47c337f584ea940b9a6f1865840b7810289e6 (patch) | |
tree | 53bf3b7608aed14687d4ca5334e9a4178f76864d /src/gallium/drivers/nvfx/nvfx_vbo.c | |
parent | 1372a8f90dc64350e4ac29dbb8c5feb88bc83cd1 (diff) |
nvfx: Add missing header.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_vbo.c')
-rw-r--r-- | 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 4d7b7f181d8..520bae5aed2 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" |