nvfx: Include missing header in nvfx_vertprog.c.
authorVinson Lee <vlee@vmware.com>
Sun, 22 Aug 2010 19:45:04 +0000 (12:45 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 22 Aug 2010 19:45:04 +0000 (12:45 -0700)
commitd324fcea67f8e3f3c371ec089c5d5106be06e160
tree613f0889e125a6a3cda4a942c0034bbab39a3870
parent8e632666af494219c77072056e8ca0e9cd09f5fa
nvfx: Include missing header in nvfx_vertprog.c.

Include draw_context.h for draw_*_vertex_shader symbols.

Fixes the following GCC warning.
nvfx_vertprog.c: In function 'nvfx_vp_state_create':
nvfx_vertprog.c:1276: warning: implicit declaration of function 'draw_create_vertex_shader'
nvfx_vertprog.c:1276: warning: assignment makes pointer from integer without a cast
nvfx_vertprog.c: In function 'nvfx_vp_state_delete':
nvfx_vertprog.c:1298: warning: implicit declaration of function 'draw_delete_vertex_shader'
src/gallium/drivers/nvfx/nvfx_vertprog.c