Module: Mesa Branch: master Commit: 40cfa0c347d60d4542128abecc5bd21c675f1131 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40cfa0c347d60d4542128abecc5bd21c675f1131
Author: Brian Paul <[email protected]> Date: Thu Feb 26 12:33:16 2015 -0700 radeon/compiler: include stdio.h Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89343 Reviewed-by: Tom Stellard <[email protected]> --- .../drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c b/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c index 3244d93..7672f68 100644 --- a/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c +++ b/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c @@ -23,6 +23,7 @@ * Author: Tom Stellard <[email protected]> */ +#include <stdio.h> #include "radeon_compiler.h" #include "radeon_dataflow.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
