[Mesa-dev] [PATCH 2/2] radeon/compiler: include stdio.h

Tom Stellard tom at stellard.net
Thu Feb 26 11:38:04 PST 2015


On Thu, Feb 26, 2015 at 12:34:56PM -0700, Brian Paul wrote:
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89343

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
> ---
>  src/gallium/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 <thomas.stellard at amd.com>
>   */
>  
> +#include <stdio.h>
>  #include "radeon_compiler.h"
>  #include "radeon_dataflow.h"
>  
> -- 
> 1.9.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list