diff options
author | Brian Paul <[email protected]> | 2015-02-26 12:33:16 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-26 17:53:05 -0700 |
commit | 40cfa0c347d60d4542128abecc5bd21c675f1131 (patch) | |
tree | 9a76441a2b233f6088c2358bbfd5db6b720ef152 /src/gallium/drivers/r300/compiler | |
parent | 549078cb5a95e0ee381d036b8c36bc41506f21bc (diff) |
radeon/compiler: include stdio.h
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89343
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/compiler')
-rw-r--r-- | src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <[email protected]> */ +#include <stdio.h> #include "radeon_compiler.h" #include "radeon_dataflow.h" |