[Mesa3d-dev] [PATCH] shader: fix compilation warnings

2009-08-22 Thread Renato Caldas
This patch fixes some implicit declaration of function compilation errors/warnings. I'm not subscribed to the list, so please include my e-mail in the CC field. Signed-off-by: Renato Caldas seventhguard...@gmail.com --- src/mesa/shader/hash_table.c |1 + 1 files changed, 1 insertions(+), 0

[Mesa3d-dev] [PATCH] shader: fix compilation warnings

2009-08-22 Thread Renato Caldas
This patch fixes some implicit declaration of function compilation errors/warnings on the new shader code. Signed-off-by: Renato Caldas seventhguard...@gmail.com ---  src/mesa/shader/hash_table.c |    1 +  1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/shader/hash_table.c