r300g/tests: Include stdio.h.
authorVinson Lee <vlee@freedesktop.org>
Fri, 27 Feb 2015 05:00:15 +0000 (21:00 -0800)
committerVinson Lee <vlee@freedesktop.org>
Fri, 27 Feb 2015 05:01:32 +0000 (21:01 -0800)
commit8170eba7e7c37235bd5fad2f9adfdd0eda8e3246
treec4ba8154cfd27d4e1f2c4e218f9efcd27cb96e79
parent40cfa0c347d60d4542128abecc5bd21c675f1131
r300g/tests: Include stdio.h.

Fix build error.

  CC       compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.o
compiler/tests/radeon_compiler_regalloc_tests.c: In function ‘test_runner_rc_regalloc’:
compiler/tests/radeon_compiler_regalloc_tests.c:57:3: error: implicit declaration of function ‘fprintf’ [-Werror=implicit-function-declaration]
   fprintf(stderr, "Failed to load program\n");
   ^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c