From: Brian Paul Date: Thu, 26 Feb 2015 19:33:16 +0000 (-0700) Subject: radeon/compiler: include stdio.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40cfa0c347d60d4542128abecc5bd21c675f1131;p=mesa.git radeon/compiler: include stdio.h Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89343 Reviewed-by: Tom Stellard --- 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 3244d9334d7..7672f68d323 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 */ +#include #include "radeon_compiler.h" #include "radeon_dataflow.h"