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

Brian Paul brianp at vmware.com
Thu Feb 26 11:34:56 PST 2015


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89343
---
 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



More information about the mesa-dev mailing list