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>
This commit is contained in:
Vinson Lee
2015-02-26 21:00:15 -08:00
parent 40cfa0c347
commit 8170eba7e7
@@ -23,6 +23,8 @@
* Author: Tom Stellard <thomas.stellard@amd.com>
*/
#include <stdio.h>
#include "radeon_program_pair.h"
#include "r300_compiler_tests.h"