Mesa (master): radeon/compiler: include stdio.h

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 27 00:52:24 UTC 2015


Module: Mesa
Branch: master
Commit: 40cfa0c347d60d4542128abecc5bd21c675f1131
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40cfa0c347d60d4542128abecc5bd21c675f1131

Author: Brian Paul <brianp at vmware.com>
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 <thomas.stellard at amd.com>

---

 .../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"
 




More information about the mesa-commit mailing list