Module: Mesa Branch: gallium-resources Commit: ac76ac6eb30f4f9aa9f5733d60358b357925953a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac76ac6eb30f4f9aa9f5733d60358b357925953a
Author: Keith Whitwell <[email protected]> Date: Sun Mar 21 17:25:10 2010 +0000 nv50: fix warning --- src/gallium/drivers/nv50/nv50_program.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index a1bcdf4..bcf4107 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -30,6 +30,7 @@ #include "tgsi/tgsi_util.h" #include "nv50_context.h" +#include "nv50_transfer.h" #define NV50_SU_MAX_TEMP 127 #define NV50_SU_MAX_ADDR 4 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
